Removed secondary permission, sorry my derp

This commit is contained in:
Nemes
2015-11-03 16:57:19 +01:00
parent c84dce9d34
commit 93ca9e0456

View File

@@ -109,9 +109,6 @@ def get_entire_container(container):
helpSubcmd = True,
senderLimit = 0)
def on_signalstrength_command(sender, command, label, args):
if not sender.hasPermission("utils.ss"):
noperm(sender)
return None
if len(args) > 0 and args[0].lower() in ("default", "defaults", "setdefaults"):
strength, item_type, item_data = get_data(sender, args[1:])