mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
6ca93193d6
commit
1d45e69d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,6 @@ def assignFloInputs(clientID: int):
|
||||||
i.assigninput(babase.InputType.LEFT_RIGHT, floater.leftright)
|
i.assigninput(babase.InputType.LEFT_RIGHT, floater.leftright)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
old_piv = bui.set_party_icon_always_visible
|
old_piv = bui.set_party_icon_always_visible
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -285,6 +284,7 @@ def new_chat_message(*args, **kwargs):
|
||||||
|
|
||||||
bs.chatmessage = new_chat_message
|
bs.chatmessage = new_chat_message
|
||||||
|
|
||||||
|
|
||||||
class NewMainMenuWindow(bauiv1lib.mainmenu.MainMenuWindow):
|
class NewMainMenuWindow(bauiv1lib.mainmenu.MainMenuWindow):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue