mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
syncing mods change from #public-server branch
This commit is contained in:
parent
d6f12367a1
commit
16570cdcab
7 changed files with 168 additions and 9 deletions
6
dist/ba_data/python/baclassic/_servermode.py
vendored
6
dist/ba_data/python/baclassic/_servermode.py
vendored
|
|
@ -304,7 +304,11 @@ class ServerController:
|
|||
) -> None:
|
||||
if result is None:
|
||||
print('Error fetching playlist; aborting.')
|
||||
sys.exit(-1)
|
||||
print('Falling back to use default playlist.') #BCS
|
||||
self._config.session_type = "teams"
|
||||
self._prep_timer = None
|
||||
babase.pushcall(self._launch_server_session)
|
||||
return
|
||||
|
||||
# Once we get here, simply modify our config to use this playlist.
|
||||
typename = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue