summaryrefslogtreecommitdiff
path: root/blockplacemods.py
diff options
context:
space:
mode:
Diffstat (limited to 'blockplacemods.py')
-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":