Skip to content

Commit

Permalink
Lua code: remove deprecated helper.set_wml_var_metatable() call
Browse files Browse the repository at this point in the history
It’s not needed here.

(cherry-picked from commit 08a000a)
  • Loading branch information
mattsc committed Oct 7, 2018
1 parent f48f566 commit 49b1ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/ai/scenarios/scenario-AI_Arena_small.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 49b1ef9

Please sign in to comment.