We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2912386 commit 44c236bCopy full SHA for 44c236b
korman/ui/ui_world.py
@@ -51,6 +51,7 @@ def format_path(self, dirname="dat", ext=".age"):
51
def legal_game(self):
52
if self.active_game is not None:
53
return bool(bpy.context.world.plasma_age.age_name.strip())
54
+ return False
55
56
57
class PlasmaGameExportMenu(PlasmaGameHelper, bpy.types.Menu):
0 commit comments