mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
mods fix
This commit is contained in:
parent
463c3f9928
commit
4cebf909e3
9 changed files with 35 additions and 34 deletions
7
dist/ba_root/mods/tools/servercontroller.py
vendored
7
dist/ba_root/mods/tools/servercontroller.py
vendored
|
|
@ -3,7 +3,8 @@ from typing import TYPE_CHECKING
|
|||
|
||||
import bascenev1 as bs
|
||||
from efro.terminal import Clr
|
||||
|
||||
import bauiv1 as bui
|
||||
import babase
|
||||
if TYPE_CHECKING:
|
||||
pass
|
||||
|
||||
|
|
@ -52,10 +53,10 @@ def _fetch_public_servers():
|
|||
bui.app.plus.add_v1_account_transaction(
|
||||
{
|
||||
'type': 'PUBLIC_PARTY_QUERY',
|
||||
'proto': babase.app.protocol_version,
|
||||
'proto': bui.app.protocol_version,
|
||||
'lang': bs.app.lang.language,
|
||||
},
|
||||
callback=babase.Call(_on_public_party_response),
|
||||
callback=bui.WeakCall(_on_public_party_response),
|
||||
)
|
||||
bui.app.plus.run_v1_account_transactions()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue