mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix(es_extended/client/callback): dont return before cleanup
This commit is contained in:
@@ -41,7 +41,7 @@ function Callbacks:ServerRecieve(requestId, invoker, ...)
|
||||
local callback = self.requests[self.currentId]
|
||||
|
||||
if callback.await then
|
||||
return callback.cb:resolve({...})
|
||||
callback.cb:resolve({...})
|
||||
else
|
||||
self:Execute(callback.cb, ...)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user