Java 25 packr JDK compatibility

This commit is contained in:
Anuken
2025-12-22 18:34:25 -05:00
parent d88c3f7f33
commit f474d2b688
2 changed files with 10 additions and 6 deletions

View File

@@ -77,11 +77,6 @@ public class CampaignRulesDialog extends BaseDialog{
if(!planet.clearSectorOnLose){
check("@rules.clearsectoronloss", b -> rules.clearSectorOnLose = b, () -> rules.clearSectorOnLose);
}
//TODO: this is intentionally hidden until the new mechanics have been well-tested. I don't want people immediately switching to the old mechanics
if(planet.allowLegacyLaunchPads){
// check("@rules.legacylaunchpads", b -> rules.legacyLaunchPads = b, () -> rules.legacyLaunchPads);
}
}).growY();
}