Update OpsZone.lua

- Remove marker
This commit is contained in:
Frank 2023-01-09 23:03:01 +01:00
parent cee72c1d09
commit 4e68e33ec7

View File

@ -1061,7 +1061,7 @@ function OPSZONE:Scan()
-- Debug marker. -- Debug marker.
-- Debug: Had cases where a (red) unit was clearly not inside the zone but the scan did find it! -- Debug: Had cases where a (red) unit was clearly not inside the zone but the scan did find it!
unit:GetCoordinate():MarkToAll(string.format("Unit %s inzone=%s", unit:GetName(), tostring(inzone))) --unit:GetCoordinate():MarkToAll(string.format("Unit %s inzone=%s", unit:GetName(), tostring(inzone)))
end end
if inzone then if inzone then