textonmap fix, leaderboard, auto night mode

This commit is contained in:
imayushsaini 2021-11-15 21:11:03 +05:30
parent 5996acb8fc
commit b96b3f399f
14 changed files with 534 additions and 76 deletions

View file

@ -576,7 +576,7 @@ class ServerManagerApp:
print(f'{Clr.CYN}Launching server subprocess...{Clr.RST}', flush=True)
binary_name = ('BallisticaCoreHeadless.exe'
if os.name == 'nt' else './ballisticacore_headless')
if os.name == 'nt' else './bombsquad_headless')
assert self._ba_root_path is not None
self._subprocess = None