Fixed a return message in blockplacemods.py

This commit is contained in:
Dico200
2016-03-12 01:00:07 +01:00
parent 621f4ca23b
commit fad1ae0f90
+1
View File
@@ -151,6 +151,7 @@ def toggle_command(sender, command, label, args):
if enabled: if enabled:
del values[uuid] del values[uuid]
return " &aDisabled " + details[1] return " &aDisabled " + details[1]
return " &cAlready disabled: " + details[1]
if arg2 == "details": if arg2 == "details":
return " &aSetting %s:\n &9%s \n&6Accepted arguments: [<slot>|clear|details]" % (setting, details[2]) return " &aSetting %s:\n &9%s \n&6Accepted arguments: [<slot>|clear|details]" % (setting, details[2])