Lua API: Deprecate the helper.lua module itself
This commit is contained in:
parent
4ec60b99d9
commit
aed779fb6a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
--! #textdomain wesnoth
|
--! #textdomain wesnoth
|
||||||
|
|
||||||
|
wesnoth.deprecated_message('helper.lua', 3, '1.19', 'Everything in this module has been moved into the core modules')
|
||||||
|
|
||||||
local helper = {}
|
local helper = {}
|
||||||
|
|
||||||
local wml_actions = wesnoth.wml_actions
|
local wml_actions = wesnoth.wml_actions
|
||||||
|
|
Loading…
Add table
Reference in a new issue