mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -40,7 +40,7 @@ local vlayer_data = {
|
|||||||
|
|
||||||
local spawn_pole = {}
|
local spawn_pole = {}
|
||||||
|
|
||||||
for _, v in pairs(config_spawn.entities.location) do
|
for _, v in pairs(config_spawn.entities.locations) do
|
||||||
if v[1] == "small-electric-pole" or v[1] == "medium-electric-pole" then
|
if v[1] == "small-electric-pole" or v[1] == "medium-electric-pole" then
|
||||||
table.insert(spawn_pole, v)
|
table.insert(spawn_pole, v)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user