Fix awards.tbv

This commit is contained in:
Andrew Ward 2013-11-07 09:02:05 +00:00
parent ee438e31f8
commit b555a59801
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ function awards.tbv(tb,value,default)
if not default then
default = {}
end
if not tb then
print("Table not defined!")
if not tb or type(tb) ~= "table" then
print("Table is null, or not a table!")
return
end
if not tb[value] then