fix syntax

This commit is contained in:
HoodiNahi
2026-04-30 20:07:36 +05:30
parent 2581836058
commit e159eb83b7
+1 -1
View File
@@ -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