mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 01:36:19 +00:00
Implement structure random selection
This commit is contained in:
@@ -20,4 +20,8 @@ public class Debug {
|
||||
public static void error(String message) {
|
||||
if(ConfigUtil.debug) main.getLogger().severe(message);
|
||||
}
|
||||
|
||||
public static void stack(Exception e) {
|
||||
if(ConfigUtil.debug) e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user