[1.8.9] Fix launching in development environment

This commit is contained in:
Jonas Herzig
2020-06-21 17:31:35 +02:00
parent 33ec18ad1e
commit 04c902a792

View File

@@ -26,7 +26,7 @@ package com.replaymod.core;
//$$ public class LoadingPlugin implements IFMLLoadingPlugin { //$$ public class LoadingPlugin implements IFMLLoadingPlugin {
//$$ //$$
//$$ public LoadingPlugin() { //$$ public LoadingPlugin() {
//$$ if ((Boolean) Launch.blackboard.get("fml.deobfuscatedEnvironment")) { //$$ if (Launch.blackboard.get("fml.deobfuscatedEnvironment") != Boolean.FALSE) {
//$$ // Outside of the dev env, this is the job of the tweaker //$$ // Outside of the dev env, this is the job of the tweaker
//$$ MixinBootstrap.init(); //$$ MixinBootstrap.init();
//$$ } //$$ }