From c7e7f82a957b15979ed3f9e52d195850be179f88 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 17 Mar 2026 17:57:12 +0100 Subject: refactor(game): use ticks for timer --- src/main/resources/molehunt.mixins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/molehunt.mixins.json b/src/main/resources/molehunt.mixins.json index e9ec77e..2dc5bb9 100644 --- a/src/main/resources/molehunt.mixins.json +++ b/src/main/resources/molehunt.mixins.json @@ -6,7 +6,8 @@ "mixins": [ "NoJoinLeaveMessage", "NoMsgCommand", - "NoPortals" + "NoPortals", + "WorldTimerAccess" ], "injectors": { "defaultRequire": 1 -- cgit v1.2.3