mirror of
https://github.com/imezx/Warp.git
synced 2026-09-12 19:17:44 +00:00
Merge pull request #33 from Oreomial/patch-1
Some checks are pending
Deploy / Build & Deploy (push) Waiting to run
Some checks are pending
Deploy / Build & Deploy (push) Waiting to run
correct channel and payload in Server.Invoke
This commit is contained in:
commit
5e2574ed84
1 changed files with 2 additions and 2 deletions
|
|
@ -181,8 +181,8 @@ Server.Invoke = function(remoteName: string, player: Player, timeout: number?, .
|
||||||
queueEvent[player] = {} :: any
|
queueEvent[player] = {} :: any
|
||||||
end
|
end
|
||||||
table.insert(queueEvent[player], {
|
table.insert(queueEvent[player], {
|
||||||
0,
|
1,
|
||||||
{ reqId :: any, { ... } :: any } :: any,
|
{ Identifier.get_id(remoteName), reqId, { ... } } :: any,
|
||||||
})
|
})
|
||||||
return coroutine.yield()
|
return coroutine.yield()
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue