mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
fixed crash on spec save
This commit is contained in:
parent
3175e6c04d
commit
1328a4d9ba
@ -250,7 +250,8 @@ class LevelSpec:
|
||||
|
||||
def getSpecImportsModuleName(self):
|
||||
# name of module that should be imported by spec py file
|
||||
return 'SpecImports'
|
||||
# TODO: make this generic
|
||||
return 'toontown.coghq.SpecImports'
|
||||
|
||||
def getFilename(self):
|
||||
return self.filename
|
||||
|
Loading…
x
Reference in New Issue
Block a user