mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
bug fix , update
This commit is contained in:
parent
3e039cf40f
commit
da4d57b0b1
15 changed files with 523 additions and 122 deletions
4
dist/ba_root/mods/tools/account.py
vendored
4
dist/ba_root/mods/tools/account.py
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# ba_meta require api 6
|
||||
# ba_meta require api 7
|
||||
from __future__ import annotations
|
||||
|
||||
import ba
|
||||
|
|
@ -69,7 +69,7 @@ class AccountUtil:
|
|||
def _logged_in(self):
|
||||
logging.info("Logged in as: "+ba.internal.get_v1_account_display_string())
|
||||
|
||||
# #ba_meta export plugin
|
||||
# ba_meta export plugin
|
||||
# class AccountV2(ba.Plugin):
|
||||
# def __init__(self):
|
||||
# if(ba.internal.get_v1_account_state()=='signed_in' and ba.internal.get_v1_account_type()=='V2'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue