mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 01:36:19 +00:00
Clean up imports
This commit is contained in:
@@ -13,6 +13,7 @@ public class Debug {
|
||||
public static void info(String message) {
|
||||
if(ConfigUtil.debug) main.getLogger().info(message);
|
||||
}
|
||||
|
||||
public static void warn(String message) {
|
||||
if(ConfigUtil.debug) main.getLogger().warning(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user