Skip to content

Commit

Permalink
Fix Quilt mod compat service not registering screen overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Feb 17, 2024
1 parent cf28f06 commit 4ffe7c7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ private static void parseModMetadata(ModContainer mod) {
}

parseOverlayOverride(root.get("optimized_overlay"));

parseScreenOverrides(root.get("optimized_screens"), "enabled", optedInScreens);
parseScreenOverrides(root.get("optimized_screens"), "disabled", optedOutScreens);
}

private static void parseOverlayOverride(@Nullable LoaderValue value) {
Expand Down

0 comments on commit 4ffe7c7

Please sign in to comment.