fixup! Fix missing return in on_event()
This commit is contained in:
parent
a314876bf2
commit
8d74b72031
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ local function on_event(eventname, arg1, arg2)
|
|||
if string.match(eventname, ",") then
|
||||
for elem in utils.split(eventname or "") do
|
||||
on_event(elem, arg1, arg2)
|
||||
return
|
||||
end
|
||||
return
|
||||
end
|
||||
local priority = 0
|
||||
local handler
|
||||
|
|
Loading…
Add table
Reference in a new issue