mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
add a modeFilter module
This commit is contained in:
parent
35c6de4c54
commit
2e9681b7d4
5 changed files with 60 additions and 18 deletions
|
|
@ -69,7 +69,8 @@ if not bwConfig.loadConfigFile(paths.CONFIG_PATH + args.config):
|
|||
try:
|
||||
|
||||
bwRoutMan = RouterManager()
|
||||
bwRoutMan.buildRouter(bwConfig)
|
||||
if not bwRoutMan.buildRouter(bwConfig):
|
||||
exit()
|
||||
|
||||
if bwConfig.get("server", "useBroadcast", default=False):
|
||||
bcServer = BroadcastServer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue