Merge pull request #293 from Chang-nl/patch-1

Tiny explanation misstake
This commit is contained in:
Kakarot
2021-10-26 14:06:04 -06:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
QBConfig = {}
QBConfig.MaxPlayers = GetConvarInt('sv_maxclients', 64) -- Gets max players from config file, default 32
QBConfig.MaxPlayers = GetConvarInt('sv_maxclients', 64) -- Gets max players from config file, default 64
QBConfig.DefaultSpawn = vector4(-1035.71, -2731.87, 12.86, 0.0)
QBConfig.UpdateInterval = 5 -- how often to update player data in minutes
QBConfig.StatusInterval = 5000 -- how often to check hunger/thirst status in ms