chore(Core/Warden): comment auto ban from TIMING_CHECK_FAIL (#9470)
This commit is contained in:
parent
11a0b48c59
commit
e094b6f90c
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ void WardenWin::HandleData(ByteBuffer& buff)
|
|||
if (result == 0x00)
|
||||
{
|
||||
LOG_DEBUG("warden", "TIMING CHECK FAIL result 0x00");
|
||||
ApplyPenalty(0, "TIMING CHECK FAIL result");
|
||||
// ApplyPenalty(0, "TIMING CHECK FAIL result"); Commented out because of too many false postives. Mostly caused by client stutter.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue