From 1000200e5240d99855da20a87f7eb003b49db8b4 Mon Sep 17 00:00:00 2001 From: Chang R <73784959+Chang-nl@users.noreply.github.com> Date: Tue, 26 Oct 2021 21:01:23 +0200 Subject: [PATCH] tiny explanation error --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 8966088..f01a250 100644 --- a/config.lua +++ b/config.lua @@ -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