Skip to content

Commit 0a72abb

Browse files
committed
Merge 1.16 into 1.18
2 parents 93fbbfe + 5d984f6 commit 0a72abb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

forge/src/main/java/org/embeddedt/modernfix/platform/forge/ModernFixPlatformHooksImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ public void injectPlatformSpecificHacks() {
153153
noGroupField.setAccessible(true);
154154
InjectorGroupInfo noGroup = (InjectorGroupInfo)noGroupField.get(null);
155155
groupMembersField.set(noGroup, new DummyList<>());
156+
} catch(NoSuchFieldException ignored) {
157+
// Connector will replace FML's mixin with one which already has the fix, don't bother logging
156158
} catch(RuntimeException | ReflectiveOperationException e) {
157159
ModernFixMixinPlugin.instance.logger.error("Failed to patch mixin memory leak", e);
158160
}

0 commit comments

Comments
 (0)