mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
commit
34f61bdb30
2 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue