diff --git a/1.7.10/src/main/kotlin/matterlink/EventHandler.kt b/1.7.10/src/main/kotlin/matterlink/EventHandler.kt index e710159..e05c639 100644 --- a/1.7.10/src/main/kotlin/matterlink/EventHandler.kt +++ b/1.7.10/src/main/kotlin/matterlink/EventHandler.kt @@ -96,6 +96,6 @@ object EventHandler { //FORGE-DEPENDENT @SubscribeEvent fun serverTickEvent(e: TickEvent.ServerTickEvent) { - TickHandler.handleTick(MinecraftServer.getServer().tickCounter) + TickHandler.handleTick() } } \ No newline at end of file