From 609796070f6f9f342dc5090f356f01710a61a283 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 24 Feb 2025 18:36:29 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/control/vlayer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/modules/control/vlayer.lua b/exp_legacy/module/modules/control/vlayer.lua index 0bd95cc8..66c8f31c 100644 --- a/exp_legacy/module/modules/control/vlayer.lua +++ b/exp_legacy/module/modules/control/vlayer.lua @@ -40,7 +40,7 @@ local vlayer_data = { 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 table.insert(spawn_pole, v) end