remove offending tickCounter

This commit is contained in:
Nikky Ai 2018-02-21 06:00:38 +01:00
parent d5fd7328c7
commit e5cd059313
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ object EventHandler {
//FORGE-DEPENDENT
@SubscribeEvent
fun serverTickEvent(e: TickEvent.ServerTickEvent) {
TickHandler.handleTick(MinecraftServer.getServer().tickCounter)
TickHandler.handleTick()
}
}