From 3ec2487ab6f9d9d8f53d493a4e7f4fc1a7cb6dc8 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 4 Jun 2009 17:51:15 +0000 Subject: [PATCH] Add a couple more debug statements in. --- ARLDatamine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 828bf2b..1998c5c 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -813,8 +813,10 @@ self:Print(text) elseif (strmatch(text,"cloth")) then Cloth = true elseif (strmatch(text,"leather")) then + self:Print("Leather found") Leather = true elseif (strmatch(text,"mail")) then + self:Print("Mail found") Mail = true elseif (strmatch(text,"plate")) then Plate = true -- 1.7.9.5