true as table
This commit is contained in:
@@ -38,6 +38,12 @@ misc.merge = function(v1, v2)
|
|||||||
if v1 == nil then
|
if v1 == nil then
|
||||||
return v2
|
return v2
|
||||||
end
|
end
|
||||||
|
if v1 == true then
|
||||||
|
if merge2 then
|
||||||
|
return v2
|
||||||
|
end
|
||||||
|
return {}
|
||||||
|
end
|
||||||
|
|
||||||
return v1
|
return v1
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user