Merge pull request #31 from Freaku17/main

Update Floater
This commit is contained in:
Rikko 2022-09-17 23:03:45 +05:30 committed by GitHub
commit 34f61bdb30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -88,6 +88,12 @@
} }
], ],
"versions": { "versions": {
"1.1.0": {
"api_version": 7,
"commit_sha": "383f774",
"released_on": "17-09-2022",
"md5sum": "d20cdf514aeaf8f3db08eb8c5c7867e6"
},
"1.0.0": { "1.0.0": {
"api_version": 7, "api_version": 7,
"commit_sha": "858030b", "commit_sha": "858030b",

View file

@ -268,6 +268,8 @@ 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