Version 2.2.4b

addenda
This commit is contained in:
Christian Franz 2024-05-23 14:21:38 +02:00
parent 8b4080c218
commit 6022372a58

View File

@ -201,7 +201,7 @@ function cfxOwnedZones.addOwnedZone(aZone)
-- title -- title
if aZone:hasProperty("title") then if aZone:hasProperty("title") then
aZone.title = aZone:getStringFromZoneProperty("title") aZone.title = aZone:getStringFromZoneProperty("title", "<no tile defined>")
if aZone.title == "*" then aZone.title = aZone.name end if aZone.title == "*" then aZone.title = aZone.name end
end end
aZone.method = aZone:getStringFromZoneProperty("method", "inc") aZone.method = aZone:getStringFromZoneProperty("method", "inc")