summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
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