Removed now unneeded comment from the command intercepter

This commit is contained in:
Dico200
2016-06-25 07:34:11 +02:00
parent d8d2a0de6a
commit 06aff62fad

View File

@@ -130,7 +130,6 @@ CommandInterceptions.init_interceptions()
def worldedit_calc_intercepter(sender, args):
info("WorldEdit Calc Intercepter WOOHOO")
if not sender.hasPermission("worldedit.calc"):
noperm(sender)
return False