mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
only add replay bots if players are in the server
This commit is contained in:
parent
ffa3560fbd
commit
f7e53bb12e
@ -1288,7 +1288,10 @@ public Action Timer_Cron(Handle Timer)
|
||||
UpdateReplayClient(gA_BotInfo[i].iEnt);
|
||||
}
|
||||
|
||||
AddReplayBots();
|
||||
if (GetClientCount() >= 1)
|
||||
{
|
||||
AddReplayBots();
|
||||
}
|
||||
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user