mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
textonmap fix, leaderboard, auto night mode
This commit is contained in:
parent
5996acb8fc
commit
b96b3f399f
14 changed files with 534 additions and 76 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue