Merge branch 'master' of git.curseforge.net:wow/autoturnin/mainline
Alex Shubert [03-06-12 - 14:55]
Merge branch 'master' of git.curseforge.net:wow/autoturnin/mainline
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index a21dd61..dd7a55b 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