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 57fd570 commit b54cb63Copy full SHA for b54cb63
loader/src/main/java/com/fox2code/foxloader/loader/ModLoaderInit.java
@@ -94,6 +94,9 @@ public static void launchModdedServer(String[] args) throws Exception {
94
}
95
96
private static void commonPreInitialize(boolean client) throws Exception {
97
+ if (BuildConfig.IS_DEV_BUILD) {
98
+ getModLoaderLogger().warning("This is a development build of FoxLoader.");
99
+ }
100
J_L_ClassLoader.setClassloaderName("FoxLoader", FoxLauncher.getFoxClassLoader());
101
if (FoxLauncher.wantJAnsi()) {
102
DependencyHelper.loadDependency(DependencyHelper.jansi);
0 commit comments