mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Replace log MESSAGE when updating cluster markers in INTEL with a log (#1)
This commit is contained in:
parent
d2d431ce2e
commit
b191c0d341
@ -1472,8 +1472,10 @@ function INTEL:PaintPicture()
|
|||||||
--local coordinate=self:GetClusterCoordinate(cluster)
|
--local coordinate=self:GetClusterCoordinate(cluster)
|
||||||
|
|
||||||
-- Update F10 marker.
|
-- 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.
|
-- Update cluster markers.
|
||||||
self:UpdateClusterMarker(cluster)
|
self:UpdateClusterMarker(cluster)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user