mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
engine: server: do not trigger speedhack detection for fakeclients
This commit is contained in:
parent
bb1b9dad23
commit
275cd73ade
@ -911,7 +911,7 @@ void SV_RunCmd( sv_client_t *cl, usercmd_t *ucmd, int random_seed )
|
||||
|
||||
if( cl->ignorecmdtime > host.realtime )
|
||||
{
|
||||
if( !cl->ignorecmdtime_warned )
|
||||
if( !cl->ignorecmdtime_warned && !FBitSet( cl->flags, FCL_FAKECLIENT ))
|
||||
{
|
||||
// report to server op
|
||||
Con_Reportf( S_WARN "%s time is faster than server time (speed hack?)\n", cl->name );
|
||||
|
Loading…
x
Reference in New Issue
Block a user