This commit is contained in:
TheFantomas
2023-05-25 15:13:21 +02:00
committed by GitHub
parent 3b06d8cf59
commit 86270a3b1c
+1 -1
View File
@@ -251,7 +251,7 @@ function loadESXPlayer(identifier, playerId, isNew)
end
-- Position
userData.coords = json.decode(result.position) or Config.Spawns[math.random(#Config.Spawns)]
userData.coords = json.decode(result.position) or Config.DefaultSpawns[math.random(#Config.DefaultSpawns)]
-- Skin
if result.skin and result.skin ~= '' then