mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
chore(Core/Warden): comment auto ban from TIMING_CHECK_FAIL (#9470)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user