diff options
Diffstat (limited to 'server/src/matcher/vm.lua')
-rw-r--r-- | server/src/matcher/vm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/matcher/vm.lua b/server/src/matcher/vm.lua index ecb07bd5..2eef1da2 100644 --- a/server/src/matcher/vm.lua +++ b/server/src/matcher/vm.lua @@ -580,6 +580,7 @@ function mt:createValue(tp, source, v) type = tp, source = source or DefaultSource, value = v, + uri = self.uri, } local lib = library.object[tp] if lib then |