mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update plugin_manager.py
This commit is contained in:
parent
50e72ec07c
commit
5c5509b7cc
1 changed files with 5 additions and 2 deletions
|
|
@ -39,8 +39,11 @@ CURRENT_TAG = "main"
|
|||
|
||||
|
||||
if TARGET_BALLISTICA_BUILD < 21852:
|
||||
babase.app.env.engine_build_number = babase.app.env.build_number
|
||||
babase.app.env.engine_version = babase.app.env.version
|
||||
class Dummy(babase.app.env):
|
||||
engine_build_number = babase.app.env.build_number
|
||||
engine_version = babase.app.env.version
|
||||
|
||||
babase.app.env = Dummy
|
||||
|
||||
if TARGET_BALLISTICA_BUILD < 21282:
|
||||
# These attributes have been deprecated as of 1.7.27. For more info see:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue