It doesn't make sense to be able to link #9 to TG9 !

This commit is contained in:
Simon 2021-01-17 12:59:40 +00:00
parent 3889eabda7
commit 4626917326
1 changed files with 1 additions and 1 deletions

View File

@ -1422,7 +1422,7 @@ class routerHBP(HBSYSTEM):
make_single_reflector(_dst_id,CONFIG['SYSTEMS'][self._system]['DEFAULT_UA_TIMER'],self._system)
BRIDGE_SEMA.acquire(blocking = True)
if _int_dst_id > 5 and _int_dst_id != 5000:
if _int_dst_id > 5 and _int_dst_id != 9 and _int_dst_id != 5000:
for _bridge in BRIDGES:
if _bridge[0:1] != '#':
continue