Merge pull request #1724 from Ked57/develop

Replace log MESSAGE when updating cluster markers in INTEL with a log
This commit is contained in:
Frank 2022-05-03 23:31:15 +02:00 committed by GitHub
commit 22cc9eabc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)