Fixed abandoning sectors not working

This commit is contained in:
Anuken
2025-09-07 14:22:55 -04:00
parent 94743b4ba6
commit 9f7ba9bb98
2 changed files with 9 additions and 1 deletions

View File

@@ -1122,7 +1122,10 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
}
});
}else{
sector.info.items.clear();
sector.info.damage = 1f;
sector.info.hasCore = false;
sector.info.production.clear();
sector.saveInfo();
}
updateSelected();