Update core and fix forge serverTickEvent firing 2 times per tick

This commit is contained in:
tom lee
2022-01-25 18:27:21 +08:00
parent 98327e6fdf
commit 689928708c
2 changed files with 2 additions and 1 deletions
@@ -50,6 +50,7 @@ public class ForgeClientProxy
@SubscribeEvent
public void serverTickEvent(TickEvent.ServerTickEvent event)
{
if (event.phase != TickEvent.Phase.START) return;
eventApi.serverTickEvent();
}