mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
fixed port configuration
This commit is contained in:
parent
152a80811f
commit
2a93775d77
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ class ServerManagerApp:
|
|||
|
||||
# Some of our config values translate directly into the
|
||||
# ballisticacore config file; the rest we pass at runtime.
|
||||
port = int(os.environ.get('PORT', 43210))
|
||||
port = int(os.environ.get('PORT', self._config.port))
|
||||
bincfg['Port'] = port
|
||||
bincfg['Auto Balance Teams'] = self._config.auto_balance_teams
|
||||
bincfg['Show Tutorial'] = self._config.show_tutorial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue