summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chatalias.py1
-rw-r--r--plugin.yml2
2 files changed, 1 insertions, 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