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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user