mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +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( FBitSet( svs.clients[index].flags, FCL_FAKECLIENT ))
|
||||||
{
|
{
|
||||||
if( bots )
|
if( bots )
|
||||||
*bots++;
|
(*bots)++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
clients++;
|
clients++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user