mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update my utilities mods for 1.7.37+ (API 9)
icons_keyboard: • Additional code which was added for compatibility between different versions of API 8 was removed; • Removed PLUGIN functionality (not required anymore) • Use default `# ba_meta export` class • No longer imports the whole babase module, only the necessary one's floater: • No longer requires a compulsive function to always show the party chat icon, hence, removed. • Add the missing JUMP_RELEASE button
This commit is contained in:
parent
d6210689a2
commit
7fa1149944
2 changed files with 7 additions and 14 deletions
|
|
@ -269,7 +269,6 @@ def new_chat_message(*args, **kwargs):
|
|||
bs.chatmessage = new_chat_message
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class byFreaku(babase.Plugin):
|
||||
def on_app_running(self): pass
|
||||
def on_app_running(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue