mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
No bots
This commit is contained in:
parent
4c9fd458cc
commit
1774386aa2
|
|
@ -57,10 +57,11 @@ function GetTeamCounts( %game, %client, %respawn )
|
|||
if( %client.team == 2 && %team2random == $PlayerCount[2] ) $team2canidate = %client;
|
||||
|
||||
//Check ver
|
||||
CheckVerObserver(%client);
|
||||
if(!%client.isAIControlled()) //No bots
|
||||
CheckVerObserver(%client);
|
||||
|
||||
//if(!%client.isAIControlled())
|
||||
$PlayerCount[%client.team]++;
|
||||
$PlayerCount[%client.team]++;
|
||||
}
|
||||
|
||||
//echo ("$PlayerCount[0] " @ $PlayerCount[0]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue