Fix a crash in libzontreck

This commit is contained in:
Aria 2023-02-27 17:06:07 -07:00
parent fefb02bc8d
commit 7df8d0e0b3
4 changed files with 4 additions and 3 deletions

View file

@ -48,9 +48,9 @@ public class LibZontreck {
// Register the setup method for modloading
bus.addListener(this::setup);
bus.register(DelayedExecutorService.getInstance());
MinecraftForge.EVENT_BUS.register(this);
MinecraftForge.EVENT_BUS.register(DelayedExecutorService.getInstance());
}
private void setup(final FMLCommonSetupEvent event)