Skip to content

Commit 44c236b

Browse files
committed
Fix traceback spam when an out of range game is selected.
1 parent 2912386 commit 44c236b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

korman/ui/ui_world.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def format_path(self, dirname="dat", ext=".age"):
5151
def legal_game(self):
5252
if self.active_game is not None:
5353
return bool(bpy.context.world.plasma_age.age_name.strip())
54+
return False
5455

5556

5657
class PlasmaGameExportMenu(PlasmaGameHelper, bpy.types.Menu):

0 commit comments

Comments
 (0)