ONE EVENT BUS TO RULE THEM ALL AND IN THE DARKNESS FIRE THEM!

This commit is contained in:
cpw 2015-11-24 15:35:24 -05:00
parent 44c4011575
commit aa40a8edd7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class FMLCommonHandler
private List<ICrashCallable> crashCallables = Lists.newArrayList(Loader.instance().getCallableCrashInformation());
private Set<SaveHandler> handlerSet = Sets.newSetFromMap(new MapMaker().weakKeys().<SaveHandler,Boolean>makeMap());
private WeakReference<SaveHandler> handlerToCheck;
private EventBus eventBus = new EventBus();
private EventBus eventBus = MinecraftForge.EVENT_BUS;
private volatile CountDownLatch exitLatch = null;
private FMLCommonHandler()