We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48714c6 commit 1a8fb97Copy full SHA for 1a8fb97
src/main/java/com/github/kd_gaming1/scaleme/client/util/HypixelDetector.java
@@ -31,7 +31,6 @@ public static boolean isSafeGameMode() {
31
32
String title = stripColors(objective.getDisplayName().getString()).toUpperCase();
33
34
- System.out.println(("update"));
35
// Return true if NOT in any of these game modes
36
return !title.startsWith("SKYBLOCK") &&
37
!title.startsWith("LOBBY") &&
0 commit comments