mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
syncing 1.7.60 ballistica binary
This commit is contained in:
parent
2870c850c4
commit
e02f1dbe52
241 changed files with 10185 additions and 1827 deletions
2
dist/ba_data/python/bacommon/logging.py
vendored
2
dist/ba_data/python/bacommon/logging.py
vendored
|
|
@ -48,7 +48,7 @@ class ClientLoggerName(Enum):
|
|||
"""Return a short description for the logger."""
|
||||
# pylint: disable=too-many-return-statements
|
||||
# pylint: disable=too-many-branches
|
||||
cls = type(self)
|
||||
cls = ClientLoggerName
|
||||
if self is cls.BA:
|
||||
return 'top level Ballistica logger - use to adjust everything'
|
||||
if self is cls.ENV:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue