mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-27 01:12:38 +00:00
Removed deprecated methods
This commit is contained in:
parent
ad72ba3eeb
commit
41cc38af1f
4 changed files with 7 additions and 5 deletions
|
|
@ -722,6 +722,7 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"2.0.1": null,
|
||||
"2.0.0": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "9340deb",
|
||||
|
|
@ -899,4 +900,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ class Practice(Plugin):
|
|||
def on_app_running(self) -> None:
|
||||
"""Plugin start point."""
|
||||
|
||||
if app.build_number < 20427:
|
||||
if app.env.build_number < 20427:
|
||||
bui.screenmessage(
|
||||
'ok',
|
||||
color=(.8, .1, .1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue