1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-10 08:00:05 +00:00

Fix monitors not updating on NeoForge

This commit is contained in:
Jonathan Coates 2024-06-23 09:21:15 +01:00
parent efd9a0f315
commit 54a95e07a4
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -38,7 +38,7 @@ public class ForgeCommonHooks {
@SubscribeEvent
public static void onServerTick(ServerTickEvent.Post event) {
CommonHooks.onServerTickStart(event.getServer());
CommonHooks.onServerTickEnd();
}
@SubscribeEvent