Various fixes

This commit is contained in:
Applevangelist
2022-07-07 08:47:43 +02:00
parent 6cfa24340f
commit 25915c077e
3 changed files with 7 additions and 13 deletions

View File

@@ -1382,9 +1382,9 @@ function ZONE:New( ZoneName )
end
--- Find a zone in the _DATABASE using the name of the zone.
-- @param #ZONE_BASE self
-- @param #ZONE self
-- @param #string ZoneName The name of the zone.
-- @return #ZONE_BASE self
-- @return #ZONE self
function ZONE:FindByName( ZoneName )
local ZoneFound = _DATABASE:FindZone( ZoneName )