Java 25 packr JDK compatibility
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user