Removed tickhandler registration from FMLCommonHandler EventBus since they same to MinecraftForge.EVENT_BUS

This commit is contained in:
thatsIch 2016-11-02 14:14:51 +01:00
parent 424d27b71c
commit c133e4f0ef
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ public final class Registration
// "li.cil.oc.api.network.SidedEnvironment" );
// }
FMLCommonHandler.instance().bus().register( TickHandler.INSTANCE );
MinecraftForge.EVENT_BUS.register( TickHandler.INSTANCE );