Skip to content

Commit

Permalink
fixup [deprecated_messag]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 5, 2018
1 parent 84d2142 commit f4b031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml-tags.lua
Expand Up @@ -893,7 +893,7 @@ function wml_actions.deprecated_message(cfg)
local _ = wesnoth.textdomain "wesnoth"
helper.wml_error(_"Invalid deprecation level (should be 1-4)")
end
wesnoth.deprecation_message(cfg.what, cfg.level, cfg.version, cfg.message or '')
wesnoth.deprecated_message(cfg.what, cfg.level, cfg.version, cfg.message or '')
end

function wml_actions.wml_message(cfg)
Expand Down

0 comments on commit f4b031b

Please sign in to comment.