Skip to content

Commit aeefe55

Browse files
use printstacktrace instead of println
1 parent a450e1c commit aeefe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ferreusveritas/dynamictrees/DynamicTrees.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void preInit(FMLPreInitializationEvent event) {
8484
proxy.preInit();
8585
compatProxy.preInit();
8686
} catch (Exception e) {
87-
System.out.println(e);
87+
e.printStackTrace();
8888
}
8989

9090
}

0 commit comments

Comments
 (0)