Remove adminnotes noperm notification

This commit is contained in:
Dico200
2015-04-29 03:30:00 +02:00
parent 1afaec2a08
commit 3daa191d8b

View File

@@ -127,7 +127,6 @@ def adminnotes_command(sender, command, label, args):
def on_an_join(event): def on_an_join(event):
player = event.getPlayer() player = event.getPlayer()
if not player.hasPermission(an_permission): if not player.hasPermission(an_permission):
noperm(player)
return return
if len(notes) > 0: if len(notes) > 0:
msg(player, "&cThere are currently %s open notes!" % len(notes)) msg(player, "&cThere are currently %s open notes!" % len(notes))