fix(multicharacter/config): predefined spawn with incorrent defined heading for script

This commit is contained in:
Adam Volkman (maku)
2024-03-28 01:54:47 +01:00
committed by GitHub
parent b887903c43
commit 5fbbe8e29d
+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 },
}
--------------------