chore(Core/Warden): comment auto ban from TIMING_CHECK_FAIL (#9470)

This commit is contained in:
55Honey
2021-12-02 23:26:10 +01:00
committed by GitHub
parent 11a0b48c59
commit e094b6f90c

View File

@@ -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;
}