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:
ElPumpo
2020-04-06 12:09:06 +02:00
parent f70e1ad3ed
commit 2c2978feaa
2 changed files with 15 additions and 13 deletions
-1
View File
@@ -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