diff --git a/adminnotes.py b/adminnotes.py index a30f77d..9c6d16f 100644 --- a/adminnotes.py +++ b/adminnotes.py @@ -127,7 +127,6 @@ def adminnotes_command(sender, command, label, args): def on_an_join(event): player = event.getPlayer() if not player.hasPermission(an_permission): - noperm(player) return if len(notes) > 0: msg(player, "&cThere are currently %s open notes!" % len(notes)) diff --git a/main.py b/main.py index 8395f3b..b38fe56 100644 --- a/main.py +++ b/main.py @@ -75,9 +75,9 @@ shared["load_modules"] = [ #adds snowbrawl minigame #"snowbrawl", # Adds /tm [player] for a messages to be sent to this player via /msg - "pmtoggle", + "pmtoggle" # Replacement for LoginSecurity - "loginsecurity" + #"loginsecurity" # NOTICE: If you add something here, please add a small descriptive comment above! ] shared["modules"] = {}