Misconfigured planet crash fix
This commit is contained in:
@@ -809,7 +809,9 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
|||||||
|
|
||||||
state.otherCamPos = null;
|
state.otherCamPos = null;
|
||||||
//announce new sector
|
//announce new sector
|
||||||
newPresets.add(state.planet.sectors.get(state.planet.startSector));
|
if(!state.planet.sectors.isEmpty()){
|
||||||
|
newPresets.add(state.planet.sectors.get(state.planet.startSector));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user