Replace log MESSAGE when updating cluster markers in INTEL with a log (#1)

This commit is contained in:
Clément Fassot
2022-05-03 23:08:26 +02:00
committed by GitHub
parent d2d431ce2e
commit b191c0d341

View File

@@ -1472,8 +1472,10 @@ function INTEL:PaintPicture()
--local coordinate=self:GetClusterCoordinate(cluster)
-- Update F10 marker.
MESSAGE:New("Updating cluster marker and future position", 10):ToAll()
if self.verbose >= 1 then
BASE:I("Updating cluster marker and future position")
end
-- Update cluster markers.
self:UpdateClusterMarker(cluster)