mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
1.7.33 sync
This commit is contained in:
parent
0aad008699
commit
ea0d105e12
23 changed files with 405 additions and 228 deletions
4
dist/ba_data/python/efro/terminal.py
vendored
4
dist/ba_data/python/efro/terminal.py
vendored
|
|
@ -317,8 +317,6 @@ _envval = os.environ.get('EFRO_TERMCOLORS')
|
|||
color_enabled: bool = (
|
||||
True
|
||||
if _envval == '1'
|
||||
else False
|
||||
if _envval == '0'
|
||||
else _default_color_enabled()
|
||||
else False if _envval == '0' else _default_color_enabled()
|
||||
)
|
||||
Clr: type[ClrBase] = ClrAlways if color_enabled else ClrNever
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue