Merge pull request #1339 from itIsMaku/patch-1

fix(multicharacter/config): predefined spawn with incorrent defined heading
This commit is contained in:
TheFantomas
2024-03-28 09:59:57 +01:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ else
-- Sets the location for the character selection scene
-- To set the spawn location for new characters, modify the default value in the users SQL table
Config.Spawn = {
{ x = -284.2856, y = 562.4627, z = 172.9182, heading = 19.9895 },
{ x = -284.2856, y = 562.4627, z = 172.9182, w = 19.9895 },
}
--------------------