mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 22:35:43 +00:00
ensure bcServer is available
This commit is contained in:
parent
055acfeca5
commit
a0d8724ada
1 changed files with 1 additions and 1 deletions
|
|
@ -73,8 +73,8 @@ try:
|
|||
if not bwRoutMan.buildRouter(bwConfig):
|
||||
exit()
|
||||
|
||||
bcServer = BroadcastServer()
|
||||
if bwConfig.get("server", "useBroadcast", default=False):
|
||||
bcServer = BroadcastServer()
|
||||
bcServer.start()
|
||||
|
||||
incomingQueue = queue.Queue()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue