fix gamemode exploit

This commit is contained in:
Not 2022-04-18 19:39:22 +02:00
parent f31c68aa52
commit 14d2e889b5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local ST_SEP = F_SPBATK
local clearcheats = false
local START_TIME = 6 * TICRATE + (3 * TICRATE / 4)
local START_TIME = 6 * TICRATE + (3 * TICRATE / 4) + 1
local AFK_TIMEOUT = TICRATE * 5
local AFK_BALANCE = TICRATE * 60
local PREVENT_JOIN_TIME = START_TIME + TICRATE * 5