summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blockplacemods.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/blockplacemods.py b/blockplacemods.py
index fd7071e..b87c5ee 100644
--- a/blockplacemods.py
+++ b/blockplacemods.py
@@ -150,7 +150,8 @@ 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":
return " &aSetting %s:\n &9%s \n&6Accepted arguments: [<slot>|clear|details]" % (setting, details[2])