Remove adminnotes noperm notification
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user