mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
Tiny signalcall fix
This commit is contained in:
parent
4e2ded571e
commit
cb7cea6809
@ -313,7 +313,7 @@ function signalcall(param, ...)
|
|||||||
perror(ret)
|
perror(ret)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif func ~= nil then
|
elseif param ~= nil then
|
||||||
error('attempt to call a non function value')
|
error('attempt to call a non function value')
|
||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user