diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/src/matcher/vm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/matcher/vm.lua b/server/src/matcher/vm.lua index fc66d6aa..a1c84c3c 100644 --- a/server/src/matcher/vm.lua +++ b/server/src/matcher/vm.lua @@ -243,7 +243,7 @@ function mt:mergeChild(a, b, mark) b.child = nil for k, v in pairs(other) do if child[k] then - self:mergeField(v, child[k], mark) + self:mergeField(child[k], v, mark) else child[k] = v end |