mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Fix APW for 1.7.53
This commit is contained in:
parent
f6812ba886
commit
ac70237458
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ customchatThread().run()
|
|||
|
||||
class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
|
||||
def __init__(self, origin: Sequence[float] = (0, 0)):
|
||||
bui.set_party_window_open(True)
|
||||
self._uiopenstate = bui.UIOpenState('classicparty')
|
||||
self._r = 'partyWindow'
|
||||
self.msg_user_selected = ''
|
||||
self._popup_type: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue