This commit is contained in:
Andrew Ward 2013-11-07 18:49:04 +00:00
parent 9117031f2a
commit b31b30a363

@ -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