ignore democlient

This commit is contained in:
INeedBots 2020-12-27 13:31:45 -06:00
parent 5bb7fd26fc
commit e8cb198056

View File

@ -521,6 +521,9 @@ addBots()
for(i = 0; i < playercount; i++) for(i = 0; i < playercount; i++)
{ {
player = level.players[i]; player = level.players[i];
if (player isdemoclient())
continue;
if(player is_bot()) if(player is_bot())
bots++; bots++;