forked from RepoMirrors/kami-blue
um this is bad
This commit is contained in:
parent
45833643d6
commit
e51c6232f1
|
@ -37,7 +37,7 @@ public class MixinLoaderForge implements IFMLLoadingPlugin {
|
|||
|
||||
@Override
|
||||
public void injectData(Map<String, Object> data) {
|
||||
isObfuscatedEnvironment = (boolean) (Boolean) data.get("runtimeDeobfuscationEnabled");
|
||||
isObfuscatedEnvironment = (boolean) data.get("runtimeDeobfuscationEnabled");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue