From f3de53d47bb045e39dca31d862389c46ea41c463 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 4 Aug 2022 00:04:50 +0100 Subject: [PATCH] fklflk --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index e981c34..92f4a94 100755 --- a/hblink.py +++ b/hblink.py @@ -272,7 +272,7 @@ class OPENBRIDGE(DatagramProtocol): _hops = 1 _hops = _hops.to_bytes(1,'big') for system in self._CONFIG['SYSTEMS']: - if self._CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE' and self._CONFIG['SYSTEMS'][system]['VER'] > 5: + if self._CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE': if self._config['ENHANCED_OBP'] and self._config['TARGET_IP']: _packet = b''.join([BCTO,self._CONFIG['GLOBAL']['SERVER_ID'],self._CONFIG['SYSTEMS'][system]['NETWORK_ID'],self._CONFIG['SYSTEMS'][system]['VER'].to_bytes(1,"big"),_hops]) _h = blake2b(key=self._config['PASSPHRASE'], digest_size=16)