night player limit increased from 5 to 8
This commit is contained in:
parent
ecc3cad771
commit
e99e69dfff
@ -187,7 +187,7 @@ public Action CheckForRestart(Handle timer)
|
||||
iPlayers--;
|
||||
}
|
||||
|
||||
if((iPlayers <= 5) && IsItTimeToRestartNight())
|
||||
if((iPlayers <= 8) && IsItTimeToRestartNight())
|
||||
{
|
||||
PrepareRestartNight();
|
||||
return Plugin_Stop;
|
||||
|
Loading…
Reference in New Issue
Block a user