Update core and fix forge serverTickEvent firing 2 times per tick
This commit is contained in:
+1
-1
Submodule core updated: 43feb2d7fe...410fe684ec
@@ -50,6 +50,7 @@ public class ForgeClientProxy
|
||||
@SubscribeEvent
|
||||
public void serverTickEvent(TickEvent.ServerTickEvent event)
|
||||
{
|
||||
if (event.phase != TickEvent.Phase.START) return;
|
||||
eventApi.serverTickEvent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user