Misconfigured planet crash fix

This commit is contained in:
Anuken
2025-02-08 23:41:51 -05:00
parent 931f5fd8ec
commit 7dedf6c488
@@ -809,7 +809,9 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
state.otherCamPos = null; state.otherCamPos = null;
//announce new sector //announce new sector
if(!state.planet.sectors.isEmpty()){
newPresets.add(state.planet.sectors.get(state.planet.startSector)); newPresets.add(state.planet.sectors.get(state.planet.startSector));
}
} }
} }