We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5523a76 commit 56ee86cCopy full SHA for 56ee86c
src/main/java/eu/beezig/laby/LabyMain.java
@@ -49,8 +49,6 @@ public void init(String addonName, UUID uuid) {
49
50
try {
51
FORGE = new BeezigForgeMod();
52
- FORGE.onPre(null);
53
- FORGE.onInit(null);
54
} catch(Exception ignored) {} // Exception is thrown when the user is on Labymod Vanilla
55
}
56
0 commit comments