mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
engine: server: fix bot count
This commit is contained in:
@@ -179,7 +179,7 @@ int SV_GetConnectedClientsCount(int *bots)
|
||||
if( FBitSet( svs.clients[index].flags, FCL_FAKECLIENT ))
|
||||
{
|
||||
if( bots )
|
||||
*bots++;
|
||||
(*bots)++;
|
||||
}
|
||||
else
|
||||
clients++;
|
||||
|
||||
Reference in New Issue
Block a user