mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: server: drop bots fake ping to zero
This commit is contained in:
@@ -1046,7 +1046,7 @@ int SV_CalcPing( sv_client_t *cl )
|
||||
|
||||
// bots don't have a real ping
|
||||
if( FBitSet( cl->flags, FCL_FAKECLIENT ) || !cl->frames )
|
||||
return 5;
|
||||
return 0;
|
||||
|
||||
if( SV_UPDATE_BACKUP <= 31 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user