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