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 c4d807b commit 130d16bCopy full SHA for 130d16b
toontown/leveleditor/LevelEditor.py
@@ -331,7 +331,7 @@ def startUp(self, dnaPath = None):
331
# Load the DNA file passed (normally through an argument)
332
if dnaPath:
333
DNASerializer.loadDNAFromFile(dnaPath)
334
- DNASerializer.outputFile = dnaPath
+ DNASerializer.outputFile = os.path.abspath(dnaPath)
335
336
# box selection stuff
337
self.isSelecting = False
ver
@@ -1 +1 @@
1
-1.1.8_01
+1.1.8_02
0 commit comments