From 359a9d564fe344d5d992c7e4a1e0046ad18c6269 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Tue, 6 Mar 2012 15:03:58 +0400 Subject: [PATCH] fixed incorrect constant --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index 0e2645b..e3b4f33 100644 --- a/AutoTurnIn.lua +++ b/AutoTurnIn.lua @@ -76,7 +76,7 @@ function AutoTurnIn:ConsoleComand(arg) AutoTurnInCharacterDB.dontloot = not AutoTurnInCharacterDB.dontloot self:Print(L["dontloot"..tostring(AutoTurnInCharacterDB.dontloot)]) elseif arg == "help" then - self:Print(p1[AutoTurnInCharacterDB.enabled]) + self:Print(p1[AutoTurnInCharacterDB.enabled == true]) self:Print(p2[AutoTurnInCharacterDB.all]) self:Print(L["dontloot"..tostring(AutoTurnInCharacterDB.dontloot)]) end -- 1.7.9.5