night player limit increased from 5 to 8

This commit is contained in:
neon 2022-07-28 20:54:46 +01:00
parent ecc3cad771
commit e99e69dfff

View File

@ -187,7 +187,7 @@ public Action CheckForRestart(Handle timer)
iPlayers--; iPlayers--;
} }
if((iPlayers <= 5) && IsItTimeToRestartNight()) if((iPlayers <= 8) && IsItTimeToRestartNight())
{ {
PrepareRestartNight(); PrepareRestartNight();
return Plugin_Stop; return Plugin_Stop;