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

pypy
Simon 5 years ago
parent 3889eabda7
commit 4626917326

@ -1422,7 +1422,7 @@ class routerHBP(HBSYSTEM):
make_single_reflector(_dst_id,CONFIG['SYSTEMS'][self._system]['DEFAULT_UA_TIMER'],self._system) make_single_reflector(_dst_id,CONFIG['SYSTEMS'][self._system]['DEFAULT_UA_TIMER'],self._system)
BRIDGE_SEMA.acquire(blocking = True) 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: for _bridge in BRIDGES:
if _bridge[0:1] != '#': if _bridge[0:1] != '#':
continue continue

Loading…
Cancel
Save

Powered by TurnKey Linux.