mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
updated env name
This commit is contained in:
parent
dab1db4141
commit
240b28c86e
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ class ServerManagerApp:
|
|||
# run under us. This causes it to ignore ctrl-c presses and other
|
||||
# slight behavior tweaks. Hmm; should this be an argument instead?
|
||||
os.environ['BA_SERVER_WRAPPER_MANAGED'] = '1'
|
||||
os.environ['BA_HOST_NAME'] = self._config.party_name
|
||||
os.environ['BA_DEVICE_NAME'] = self._config.party_name
|
||||
print(f'{Clr.CYN}Launching server subprocess...{Clr.RST}', flush=True)
|
||||
binary_name = ('BallisticaCoreHeadless.exe'
|
||||
if os.name == 'nt' else './bombsquad_headless')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue