mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-20 22:03:25 +00:00
fix syntax
This commit is contained in:
@@ -1204,7 +1204,7 @@ function SPAWN:InitRandomizeZones( SpawnZoneTable, RandomizePositionInZone )
|
||||
|
||||
if not SpawnZoneTable then
|
||||
return self
|
||||
end;
|
||||
end
|
||||
local temptable = {}
|
||||
for _,_temp in pairs(SpawnZoneTable) do
|
||||
temptable[#temptable+1] = _temp
|
||||
|
||||
Reference in New Issue
Block a user