Remove deprecated calls

This commit is contained in:
Zontreck 2024-02-18 10:06:23 -07:00
parent 44a8007e33
commit 0c9a746283
2 changed files with 2 additions and 3 deletions

View file

@ -56,7 +56,6 @@ public class WatchMyDurability
{
IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus();
DelayedExecutorService.setup();
// Register the commonSetup method for modloading
modEventBus.addListener(this::commonSetup);