mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
syncing with 1.7.53
This commit is contained in:
parent
4e5156073d
commit
06138dbc15
132 changed files with 4946 additions and 2561 deletions
3
dist/ba_data/python/bacommon/logging.py
vendored
3
dist/ba_data/python/bacommon/logging.py
vendored
|
|
@ -41,6 +41,7 @@ class ClientLoggerName(Enum):
|
|||
ACCOUNT_CLIENT_V2 = 'ba.accountclientv2'
|
||||
ACCOUNT = 'ba.account'
|
||||
LOGIN_ADAPTER = 'ba.loginadapter'
|
||||
UI = 'ba.ui'
|
||||
|
||||
@property
|
||||
def description(self) -> str:
|
||||
|
|
@ -86,6 +87,8 @@ class ClientLoggerName(Enum):
|
|||
return 'account functionality'
|
||||
if self is cls.LOGIN_ADAPTER:
|
||||
return 'support for particular login types'
|
||||
if self is cls.UI:
|
||||
return 'anything user-interface related'
|
||||
assert_never(self)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue