9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

chore: turn off debug

This commit is contained in:
LoJoSho
2025-07-05 16:06:50 -05:00
parent 73ef9738bb
commit 972af91adb

View File

@@ -6,7 +6,7 @@ import java.util.logging.Level;
public class MessagesUtil {
private static boolean debug = true;
private static boolean debug = false;
public static void sendDebugMessages(String message) {