mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Floater: Fixing no chat window in solo
This commit is contained in:
parent
f82e62da7f
commit
c94179aa30
1 changed files with 2 additions and 2 deletions
|
|
@ -268,9 +268,9 @@ def new_chat_message(msg: Union[str, ba.Lstr], clients: Sequence[int] = None, se
|
||||||
|
|
||||||
|
|
||||||
_ba.chatmessage = new_chat_message
|
_ba.chatmessage = new_chat_message
|
||||||
|
if not _ba.is_party_icon_visible():
|
||||||
|
_ba.set_party_icon_always_visible(True)
|
||||||
|
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
||||||
|
|
||||||
class byFreaku(ba.Plugin):
|
class byFreaku(ba.Plugin):
|
||||||
def __init__(self): pass
|
def __init__(self): pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue