Skip to content

Commit

Permalink
Merge 1.19.2 into 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Oct 29, 2023
2 parents 7cb660f + 0b5145f commit f4f3eff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ public void injectPlatformSpecificHacks() {
noGroupField.setAccessible(true);
InjectorGroupInfo noGroup = (InjectorGroupInfo)noGroupField.get(null);
groupMembersField.set(noGroup, new DummyList<>());
} catch(NoSuchFieldException ignored) {
// Connector will replace FML's mixin with one which already has the fix, don't bother logging
} catch(RuntimeException | ReflectiveOperationException e) {
ModernFixMixinPlugin.instance.logger.error("Failed to patch mixin memory leak", e);
}
Expand Down

0 comments on commit f4f3eff

Please sign in to comment.