how the heck did I miss this!
This commit is contained in:
SpudGunMan
2025-10-31 11:42:33 -07:00
parent b92cf48fd0
commit b1946608f4
-2
View File
@@ -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):