summaryrefslogtreecommitdiff
path: root/server/src/matcher/vm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/matcher/vm.lua')
-rw-r--r--server/src/matcher/vm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/matcher/vm.lua b/server/src/matcher/vm.lua
index 2339f769..af2e9bc2 100644
--- a/server/src/matcher/vm.lua
+++ b/server/src/matcher/vm.lua
@@ -233,6 +233,7 @@ function mt:buildFunction(exp, object)
if object then
local var = self:createLocal('self', object.source, self:getValue(object))
+ var.disableRename = true
func.args[1] = var
end