potential fix for some issues

This commit is contained in:
jaredlll08 2015-04-29 15:31:06 +02:00
parent 7dffebf5f6
commit 9a3241220e

View file

@ -89,14 +89,14 @@ public class ModTweaker2 {
}
});
TweakerPlugin.hasInit = true;
}
@EventHandler
public void postInit(FMLPostInitializationEvent event) {
logger.info("Starting PostInitialization for " + ModProps.modid);
TweakerPlugin.hasInit = true;
}
@EventHandler