mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 04:01:22 +00:00
fix(config): Set the spawn coordinates properly to prevent floating characters
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ Config = {}
|
||||
Config.Locale = 'en'
|
||||
|
||||
Config.Slots = 4
|
||||
Config.Spawn = vector4(-113.7, 565.3, 196, 0)
|
||||
Config.Spawn = vector4(-113.7, 565.3, 195.2, 0)
|
||||
|
||||
--------------------
|
||||
-- Do not use unless you are prepared to adjust your resources to correctly reset data
|
||||
|
||||
Reference in New Issue
Block a user