mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 2.2.4b
addenda
This commit is contained in:
parent
8b4080c218
commit
6022372a58
@ -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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user