mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Merge pull request #357 from bombsquad-community/APW_fix
fix unable to start kick vote in APW
This commit is contained in:
commit
f4d1ba0627
2 changed files with 7 additions and 1 deletions
|
|
@ -753,6 +753,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2.1.2": {
|
||||||
|
"api_version": 9,
|
||||||
|
"commit_sha": "c912759",
|
||||||
|
"released_on": "25-03-2025",
|
||||||
|
"md5sum": "1d732670a4e8b71fc0e5d9ea9b4a31b4"
|
||||||
|
},
|
||||||
"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