mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: server: fix bot count
This commit is contained in:
parent
f25254369d
commit
5e4996b119
@ -179,7 +179,7 @@ int SV_GetConnectedClientsCount(int *bots)
|
||||
if( FBitSet( svs.clients[index].flags, FCL_FAKECLIENT ))
|
||||
{
|
||||
if( bots )
|
||||
*bots++;
|
||||
(*bots)++;
|
||||
}
|
||||
else
|
||||
clients++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user