From 3daa191d8bab5883d7bb1dcc92d618a23f0c0b2f Mon Sep 17 00:00:00 2001 From: Dico200 Date: Wed, 29 Apr 2015 03:30:00 +0200 Subject: Remove adminnotes noperm notification --- adminnotes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'adminnotes.py') 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)) -- cgit v1.2.3