mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
Merge pull request #1339 from itIsMaku/patch-1
fix(multicharacter/config): predefined spawn with incorrent defined heading
This commit is contained in:
@@ -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 },
|
||||
}
|
||||
--------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user