mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-05-10 14:14:51 +00:00
ignore democlient
This commit is contained in:
parent
5bb7fd26fc
commit
e8cb198056
@ -521,6 +521,9 @@ addBots()
|
||||
for(i = 0; i < playercount; i++)
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
if (player isdemoclient())
|
||||
continue;
|
||||
|
||||
if(player is_bot())
|
||||
bots++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user