potential fix for some issues
This commit is contained in:
parent
7dffebf5f6
commit
9a3241220e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue