mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
ensure bcServer is available
This commit is contained in:
parent
055acfeca5
commit
a0d8724ada
|
|
@ -73,8 +73,8 @@ try:
|
||||||
if not bwRoutMan.buildRouter(bwConfig):
|
if not bwRoutMan.buildRouter(bwConfig):
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
if bwConfig.get("server", "useBroadcast", default=False):
|
|
||||||
bcServer = BroadcastServer()
|
bcServer = BroadcastServer()
|
||||||
|
if bwConfig.get("server", "useBroadcast", default=False):
|
||||||
bcServer.start()
|
bcServer.start()
|
||||||
|
|
||||||
incomingQueue = queue.Queue()
|
incomingQueue = queue.Queue()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue