Fixed tag naming.
This commit is contained in:
parent
cb92c6d196
commit
bb47837b3b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function wml_actions.item(cfg)
|
|||
wml_actions.redraw {}
|
||||
end
|
||||
|
||||
function wml_actions.remove_item(cfg)
|
||||
function wml_actions.removeitem(cfg)
|
||||
local x, y = tonumber(cfg.x), tonumber(cfg.y)
|
||||
if not x or not y then
|
||||
local context = wesnoth.current.event_context
|
||||
|
|
Loading…
Add table
Reference in a new issue