summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2016-03-12 01:02:48 +0100
committerDico200 <dico.karssiens@gmail.com>2016-03-12 01:02:48 +0100
commit286f8751b5d3edcaa2e1f8c22b47f292887c979f (patch)
treef0c3f86a44f5780ecfa84cc7a56500508442e2bc
parentfad1ae0f90022aee9d336618dd2c0cc3b8ba95a2 (diff)
Fix tab -.- lol why did it load locally?
-rw-r--r--blockplacemods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockplacemods.py b/blockplacemods.py
index b87c5ee..8d18699 100644
--- a/blockplacemods.py
+++ b/blockplacemods.py
@@ -150,7 +150,7 @@ def toggle_command(sender, command, label, args):
if arg2 == "clear":
if enabled:
del values[uuid]
- return " &aDisabled " + details[1]
+ return " &aDisabled " + details[1]
return " &cAlready disabled: " + details[1]
if arg2 == "details":