engine: server: fix bot count
This commit is contained in:
parent
f25254369d
commit
5e4996b119
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ int SV_GetConnectedClientsCount(int *bots)
|
|||
if( FBitSet( svs.clients[index].flags, FCL_FAKECLIENT ))
|
||||
{
|
||||
if( bots )
|
||||
*bots++;
|
||||
(*bots)++;
|
||||
}
|
||||
else
|
||||
clients++;
|
||||
|
|
Loading…
Add table
Reference in a new issue