mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
binaries update to 1.6.4
This commit is contained in:
parent
02ec976174
commit
d26d5a2102
986 changed files with 218181 additions and 206 deletions
|
|
@ -35,6 +35,8 @@ if TYPE_CHECKING:
|
|||
VERSION_STR = '1.3'
|
||||
|
||||
# Version history:
|
||||
# 1.3.1
|
||||
# Windows binary is now named BombSquadHeadless.exe
|
||||
# 1.3:
|
||||
# Added show_tutorial config option
|
||||
# Added team_names config option
|
||||
|
|
@ -573,7 +575,7 @@ class ServerManagerApp:
|
|||
os.environ['BA_SERVER_WRAPPER_MANAGED'] = '1'
|
||||
|
||||
print(f'{Clr.CYN}Launching server subprocess...{Clr.RST}', flush=True)
|
||||
binary_name = ('bombsquad_headless.exe'
|
||||
binary_name = ('BombSquadHeadless.exe'
|
||||
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