Fixed mobile crash

This commit is contained in:
Anuken
2024-10-28 13:33:39 -04:00
parent 324dd6602e
commit fd88550b88
3 changed files with 6 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ public class LaunchLoadoutDialog extends BaseDialog{
total.clear();
selected.requirements().each(total::add);
universe.getLaunchResources().each(total::add);
valid = sitems.has(total);
valid = sitems.has(total) || PlanetDialog.debugSelect;
};
Cons<Table> rebuild = table -> {