Merge branch 'FF/Ops' into FF/OpsDev

This commit is contained in:
Frank
2023-11-17 18:06:17 +01:00
188 changed files with 4510 additions and 404 deletions

View File

@@ -561,7 +561,7 @@ do -- COORDINATE
if ZoneObject then
-- Get category of scanned object.
local ObjectCategory = ZoneObject:getCategory()
local ObjectCategory = Object.getCategory(ZoneObject)
-- Check for unit or static objects
if ObjectCategory==Object.Category.UNIT and ZoneObject:isExist() then