Floater: Fixing no chat window in solo

This commit is contained in:
Freaku17 2022-09-17 22:43:48 +05:30 committed by GitHub
parent f82e62da7f
commit c94179aa30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,9 +268,9 @@ def new_chat_message(msg: Union[str, ba.Lstr], clients: Sequence[int] = None, se
_ba.chatmessage = new_chat_message
if not _ba.is_party_icon_visible():
_ba.set_party_icon_always_visible(True)
# ba_meta export plugin
class byFreaku(ba.Plugin):
def __init__(self): pass