mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Removed deprecated methods
This commit is contained in:
parent
ad72ba3eeb
commit
41cc38af1f
4 changed files with 7 additions and 5 deletions
|
|
@ -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