aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-17 17:57:12 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-17 17:57:12 +0100
commitc7e7f82a957b15979ed3f9e52d195850be179f88 (patch)
tree54bd194a35b263bd9e35244e1deaaeaa9d3a52e9 /src/main/resources
parent724dbeea6672d31658d6563c1fe372a6f4cb4fbb (diff)
refactor(game): use ticks for timer
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/molehunt.mixins.json3
1 files changed, 2 insertions, 1 deletions
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