mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Tiny signalcall fix
This commit is contained in:
@@ -313,7 +313,7 @@ function signalcall(param, ...)
|
||||
perror(ret)
|
||||
end
|
||||
end
|
||||
elseif func ~= nil then
|
||||
elseif param ~= nil then
|
||||
error('attempt to call a non function value')
|
||||
end
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user