Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 13, 2021
1 parent e207f21 commit b5ed920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml-utils.lua
Expand Up @@ -200,7 +200,7 @@ function utils.scoped_var(name)
}, {
__metatable = "scoped WML variable",
__close = function(self)
utils.end_var_scope(name, self.original_value)
utils.end_var_scope(name, orig)
end,
__index = function(self, key)
if key == '__original' then
Expand Down

0 comments on commit b5ed920

Please sign in to comment.