From 286f8751b5d3edcaa2e1f8c22b47f292887c979f Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sat, 12 Mar 2016 01:02:48 +0100 Subject: Fix tab -.- lol why did it load locally? --- blockplacemods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- cgit v1.2.3