mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 14:36:48 +00:00
Lua code: remove deprecated helper.set_wml_var_metatable() call
It’s not needed here. (cherry-picked from commit 08a000a7daabb74f6dd7370c1b2b95f3e83e5501)
This commit is contained in:
parent
f48f566afd
commit
49b1ef9549
@ -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…
x
Reference in New Issue
Block a user