mirror of
https://github.com/Freaku17/BombSquad-Mods-byFreaku
synced 2025-10-19 20:20:40 +00:00
Add support for 1.7.35+
• `create/delete sys` was effected due to attribute name change
This commit is contained in:
parent
8897cb4feb
commit
b5b4aea822
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class system_scripts(babase.Plugin):
|
|||
return True
|
||||
|
||||
def show_settings_ui(self, source_widget):
|
||||
path = _babase.app.env.python_directory_user +'/sys/'+_babase.app.env.version
|
||||
path = _babase.app.env.python_directory_user +'/sys/'+_babase.app.env.engine_version
|
||||
if not os.path.exists(path):
|
||||
# Old method:
|
||||
# import babase.modutils as utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue