mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
fix #356
This commit is contained in:
parent
b3fa89a9d3
commit
c912759220
2 changed files with 2 additions and 1 deletions
|
|
@ -1164,7 +1164,7 @@ class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
|
|||
else:
|
||||
# kick-votes appeared in build 14248
|
||||
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):
|
||||
bui.getsound('error').play()
|
||||
bs.broadcastmessage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue