Skip to content

Commit 3e3b912

Browse files
committed
Disable primitive chat signing removal if NCR is installed
1 parent 51c31bf commit 3e3b912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ private ModernFixEarlyConfig(File file) {
230230
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
231231
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
232232
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
233+
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
233234
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
234235
if(isFabric) {
235236
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");

0 commit comments

Comments
 (0)