Fix compile issue
Some checks failed
Build Dusk / build-linux (push) Failing after 2m13s
Build Dusk / build-psp (push) Failing after 2m36s

This commit is contained in:
2025-12-04 00:26:49 -06:00
parent 6b22f547fe
commit 3a8dafbb91

View File

@@ -58,6 +58,8 @@ class Map:
traceback.print_exc() traceback.print_exc()
def updateEditorConfig(self): def updateEditorConfig(self):
if self.parent is None:
return
try: try:
mapFileName = self.getMapFilename() mapFileName = self.getMapFilename()
config = { config = {