Undeprecate on_event() for now
This commit is contained in:
parent
38ae304725
commit
857d7e120a
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ local function on_event(eventname, priority, fcn)
|
|||
end
|
||||
end
|
||||
|
||||
core_on_event = wesnoth.deprecate_api('on_event', 'wesnoth.game_events.add_repeating', 1, nil, on_event)
|
||||
core_on_event = on_event
|
||||
return on_event
|
||||
|
|
Loading…
Add table
Reference in a new issue