We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1568341 commit 7a66ed6Copy full SHA for 7a66ed6
1 file changed
src/main/java/net/wurstclient/hacks/AntiCheatDetectHack.java
@@ -52,11 +52,7 @@ private void alertAboutAntiCheat()
52
String antiCheat = observer.guessAntiCheat(observer.getServerAddress());
53
54
if(antiCheat == null)
55
- {
56
- MC.execute(() -> ChatUtils.message(
57
- WURST.translate("message.wurst.anticheatdetect.not_ready")));
58
return;
59
- }
60
61
if("Unknown".equalsIgnoreCase(antiCheat) && suppressUnknown.isChecked())
62
0 commit comments