mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: server: drop bots fake ping to zero
This commit is contained in:
parent
74707551ae
commit
c5dbbea9ef
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user