diff options
author | Andrew Ward <anjayward@gmail.com> | 2013-11-07 18:49:04 +0000 |
---|---|---|
committer | Andrew Ward <anjayward@gmail.com> | 2013-11-07 18:49:04 +0000 |
commit | b31b30a363140f6cb656482c780d158530d20ba0 (patch) | |
tree | e5bdf957aff7e32d2b46634e48cadcb8b725a00a /api.lua | |
parent | 9117031f2a247c442bc3a091e2b71edb5bdad42f (diff) |
Add dump
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |