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 if not default then
default = {} default = {}
end end
if not tb then if not tb or type(tb) ~= "table" then
print("Table not defined!") print("Table is null, or not a table!")
return return
end end
if not tb[value] then if not tb[value] then