1
0
şunun yansıması https://gitlab.com/rubenwardy/awards.git eşitlendi 2025-12-19 18:05:48 +01:00

Fix awards.tbv

Bu işleme şunda yer alıyor:
Andrew Ward
2013-11-07 09:02:05 +00:00
ebeveyn ee438e31f8
işleme b555a59801

Dosyayı Görüntüle

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