[Fix] <resedit> Saving exterior gfx if it is None.
This commit is contained in:
parent
1396676fcb
commit
38d1f8e65e
@ -808,7 +808,7 @@ class Space:
|
||||
|
||||
def __exterior_sel(self, wgt=None, event=None):
|
||||
space = self.__pwidget("comExterior").get_active_text()
|
||||
if self.cur_planet != "":
|
||||
if self.cur_planet != "" and space != "None":
|
||||
self.planets[self.cur_planet]["GFX"]["exterior"] = space
|
||||
self.__pupdate()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user