Skip to content

Commit

Permalink
Remove deobfuscatedEnv from main class
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfa-ag committed Jan 31, 2015
1 parent 4420c5d commit 288b7f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/ljfa/tntutils/TNTUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public class TNTUtils {
@SidedProxy(clientSide = Reference.CLIENT_PROXY_CLASS, serverSide = Reference.SERVER_PROXY_CLASS)
public static CommonProxy proxy;

public static final boolean deobfuscatedEnv = (Boolean)Launch.blackboard.get("fml.deobfuscatedEnvironment");

@Mod.EventHandler
public void preInit(FMLPreInitializationEvent event) {
Config.loadConfig(event.getSuggestedConfigurationFile());
Expand Down

0 comments on commit 288b7f2

Please sign in to comment.