Skip to content

Commit

Permalink
Fix monitors not updating on NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Jun 23, 2024
1 parent efd9a0f commit 54a95e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void onServerTick(ServerTickEvent.Pre event) {

@SubscribeEvent
public static void onServerTick(ServerTickEvent.Post event) {
CommonHooks.onServerTickStart(event.getServer());
CommonHooks.onServerTickEnd();
}

@SubscribeEvent
Expand Down

0 comments on commit 54a95e0

Please sign in to comment.