From fad1ae0f90022aee9d336618dd2c0cc3b8ba95a2 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sat, 12 Mar 2016 01:00:07 +0100 Subject: Fixed a return message in blockplacemods.py --- blockplacemods.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: [|clear|details]" % (setting, details[2]) -- cgit v1.2.3