Remove deprecated calls
This commit is contained in:
parent
44a8007e33
commit
0c9a746283
2 changed files with 2 additions and 3 deletions
|
@ -56,7 +56,6 @@ public class WatchMyDurability
|
|||
{
|
||||
|
||||
IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus();
|
||||
DelayedExecutorService.setup();
|
||||
|
||||
// Register the commonSetup method for modloading
|
||||
modEventBus.addListener(this::commonSetup);
|
||||
|
|
Reference in a new issue