From b31b30a363140f6cb656482c780d158530d20ba0 Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Thu, 7 Nov 2013 18:49:04 +0000 Subject: [PATCH] Add dump --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index af8e991..d6d1d37 100644 --- a/api.lua +++ b/api.lua @@ -43,7 +43,7 @@ function awards.tbv(tb,value,default) if not value then value = "[NULL]" end - print("Table '"..value.."' is null, or not a table!") + print("Table '"..value.."' is null, or not a table! Dump: "..dump(tb)) return end if not tb[value] then