From 4e6bd44c387b4956da5bf39a3a80b25b0b495aba Mon Sep 17 00:00:00 2001 From: Dico200 Date: Wed, 25 May 2016 02:40:50 +0200 Subject: Undoing these small changes from last commit... --- chatalias.py | 1 - plugin.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chatalias.py b/chatalias.py index be97228..24a445e 100644 --- a/chatalias.py +++ b/chatalias.py @@ -86,7 +86,6 @@ def on_alias_command(sender, cmd, label, args): return True return subcommands[args[0].lower()](sender, args[1:]) except: - print(trace()) return subcommands["help"](sender, "1") diff --git a/plugin.yml b/plugin.yml index 97e69a1..bdd5acb 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,4 +1,4 @@ name: RedstonerUtils main: main.py version: 3.1.0 -author: redstone_sheep \ No newline at end of file +author: redstone_sheep -- cgit v1.2.3