tiny explanation error

This commit is contained in:
Chang R
2021-10-26 21:01:23 +02:00
committed by GitHub
parent ed15db1df6
commit 1000200e52
+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