mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
fix #356
This commit is contained in:
parent
b3fa89a9d3
commit
c912759220
2 changed files with 2 additions and 1 deletions
|
|
@ -753,6 +753,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2.1.2": null,
|
||||||
"2.1.1": {
|
"2.1.1": {
|
||||||
"api_version": 9,
|
"api_version": 9,
|
||||||
"commit_sha": "a93fda3",
|
"commit_sha": "a93fda3",
|
||||||
|
|
|
||||||
|
|
@ -1164,7 +1164,7 @@ class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
|
||||||
else:
|
else:
|
||||||
# kick-votes appeared in build 14248
|
# kick-votes appeared in build 14248
|
||||||
info = bs.get_connection_to_host_info_2()
|
info = bs.get_connection_to_host_info_2()
|
||||||
if bool(info) and (info.get('build_number', 0) <
|
if bool(info) and (info.build_number <
|
||||||
14248):
|
14248):
|
||||||
bui.getsound('error').play()
|
bui.getsound('error').play()
|
||||||
bs.broadcastmessage(
|
bs.broadcastmessage(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue