diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-17 17:57:12 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-17 17:57:12 +0100 |
| commit | c7e7f82a957b15979ed3f9e52d195850be179f88 (patch) | |
| tree | 54bd194a35b263bd9e35244e1deaaeaa9d3a52e9 /src/main/resources/molehunt.mixins.json | |
| parent | 724dbeea6672d31658d6563c1fe372a6f4cb4fbb (diff) | |
refactor(game): use ticks for timer
Diffstat (limited to 'src/main/resources/molehunt.mixins.json')
| -rw-r--r-- | src/main/resources/molehunt.mixins.json | 3 |
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
|
