mirror of
https://github.com/imezx/Warp.git
synced 2026-09-17 00:10:06 +00:00
Compare commits
No commits in common. "5e2574ed84ef04d9666277679f3cf726f3415e76" and "a27067c8df3b219bcaf795e834264d831ad0e460" have entirely different histories.
5e2574ed84
...
a27067c8df
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
|
||||
end
|
||||
table.insert(queueEvent[player], {
|
||||
1,
|
||||
{ Identifier.get_id(remoteName), reqId, { ... } } :: any,
|
||||
0,
|
||||
{ reqId :: any, { ... } :: any } :: any,
|
||||
})
|
||||
return coroutine.yield()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue