remove offending tickCounter
This commit is contained in:
parent
d5fd7328c7
commit
e5cd059313
|
@ -96,6 +96,6 @@ object EventHandler {
|
||||||
//FORGE-DEPENDENT
|
//FORGE-DEPENDENT
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
fun serverTickEvent(e: TickEvent.ServerTickEvent) {
|
fun serverTickEvent(e: TickEvent.ServerTickEvent) {
|
||||||
TickHandler.handleTick(MinecraftServer.getServer().tickCounter)
|
TickHandler.handleTick()
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue