From b1946608f427ae8d06e40ee048a6d15fe456bb01 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 31 Oct 2025 11:42:33 -0700 Subject: [PATCH] =?UTF-8?q?FIX=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit how the heck did I miss this! --- modules/system.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system.py b/modules/system.py index a54cd22..9392891 100644 --- a/modules/system.py +++ b/modules/system.py @@ -1003,8 +1003,6 @@ def isNodeAdmin(nodeID): for admin in bbs_admin_list: if str(nodeID) == admin: return True - else: - return True return False def isNodeBanned(nodeID):