mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-22 09:25:42 +00:00
democlient checks
This commit is contained in:
parent
28bfe5bbda
commit
223c6e4664
@ -216,7 +216,7 @@ bot_get_prestige()
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( player is_bot() )
|
||||
if ( player is_bot() || player isdemoclient() )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
@ -1246,7 +1246,7 @@ bot_get_cod_points()
|
||||
|
||||
for ( i = 0; i < players.size; i++ )
|
||||
{
|
||||
if ( players[ i ] is_bot() )
|
||||
if ( players[ i ] is_bot() || players[ i ] isdemoclient() )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user