**CHIEF**
- Fixed bugs of polygon opszones
- Added option to use CAPTUREZONE auftrag for opszones

**OPSZONE**
- Fixed bug when marker off

**ZONE_POLYGON_BASE**
- Added `GetRadius()` function

**LEGION**
- Improved Reinforcement
This commit is contained in:
Frank
2023-01-03 22:09:56 +01:00
parent 58dc353bcd
commit dbaed1e97b
7 changed files with 180 additions and 97 deletions

View File

@@ -506,7 +506,7 @@ function OPSZONE:SetMarkZone(Switch, ReadOnly)
self.marker:Remove()
end
self.marker=nil
--self.marker=false
self.markZone=false
end
return self
end