mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Replaced coords sync interval with sync every second
Because xPlayer.getCoords() has uses it cant be out of sync code
This commit is contained in:
@@ -16,6 +16,5 @@ Config.EnablePvP = true -- enable pvp?
|
||||
Config.MaxWeight = 24 -- the max inventory weight without backpack
|
||||
|
||||
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
|
||||
Config.CoordsSyncInterval = 2 * 60000 -- how often to sync coords with server in milliseconds
|
||||
|
||||
Config.EnableDebug = false
|
||||
|
||||
Reference in New Issue
Block a user