fix: bind error fix

This commit is contained in:
Qwreey 2023-02-21 15:47:46 +09:00
parent d41144cc29
commit 04916ebe21

View file

@ -279,7 +279,7 @@ function module.init(shared)
local binding = {}
-- set property
for index,value in pairs(prop) do
if bind() then
if bind(index) then
binding[index] = value
elseif type(index) ~= "number" then
ProcessQuadProperty(processedProperty,iprop,holder,item,ClassName,index,value)