Lua code: remove deprecated helper.set_wml_var_metatable() call
It’s not needed here.
(cherry-picked from commit 08a000a7da
)
This commit is contained in:
parent
f48f566afd
commit
49b1ef9549
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
code = <<
|
||||
H = wesnoth.dofile("lua/helper.lua")
|
||||
W = H.set_wml_action_metatable({})
|
||||
H.set_wml_var_metatable(_G)
|
||||
local tests_table = {}
|
||||
function register_test(_name, _description)
|
||||
tests_table[_name] = _description
|
||||
|
|
Loading…
Add table
Reference in a new issue