mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: server: do not trigger speedhack detection for fakeclients
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user