summaryrefslogtreecommitdiff
path: root/adminnotes.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-04-29 03:30:00 +0200
committerDico200 <dico.karssiens@gmail.com>2015-04-29 03:30:00 +0200
commit3daa191d8bab5883d7bb1dcc92d618a23f0c0b2f (patch)
tree3578749b7424a008ad478eea1b18903aa4da1698 /adminnotes.py
parent1afaec2a0804f466a02f063a33086ef857e63432 (diff)
Remove adminnotes noperm notification
Diffstat (limited to 'adminnotes.py')
-rw-r--r--adminnotes.py1
1 files changed, 0 insertions, 1 deletions
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))