Disabled Bindings.xml to avoid taints in 10.0

This commit is contained in:
Tercio Jose
2022-10-20 09:47:48 -03:00
parent 33e6a45f8d
commit a9e858d864
76 changed files with 1200 additions and 1411 deletions
+2 -2
View File
@@ -126,9 +126,9 @@ function _detalhes:SetProfileCProp (name, cprop, value)
if (profile) then
if (type(value) == "table") then
rawset (profile, cprop, Details.CopyTable(value))
rawset(profile, cprop, Details.CopyTable(value))
else
rawset (profile, cprop, value)
rawset(profile, cprop, value)
end
else
return