ş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:
4
api.lua
4
api.lua
@@ -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
|
||||
|
||||
Yeni konuda referans
Bir kullanıcı engelle