Skip to content

Commit

Permalink
Fix mixin overrides not applying on non-first launch
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 24, 2024
1 parent 22b59e1 commit d614a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static MixinConfig load(File file) {

MixinConfig config = new MixinConfig();
config.readProperties(props);
PlatformMixinOverrides.getInstance().applyModOverrides();
PlatformMixinOverrides.getInstance().applyModOverrides().forEach(config::applyModOverride);

return config;
}
Expand Down

0 comments on commit d614a36

Please sign in to comment.