mirror of
https://github.com/imezx/Warp.git
synced 2026-05-13 14:24:13 +00:00
chore(server): dont pass identifier id for invoke client
This commit is contained in:
parent
57f381d335
commit
36137ea940
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ Server.Invoke = function(remoteName: string, player: Player, timeout: number?, .
|
||||||
end
|
end
|
||||||
table.insert(queueEvent[player], {
|
table.insert(queueEvent[player], {
|
||||||
0,
|
0,
|
||||||
{ Identifier.get_id(remoteName), reqId :: any, { ... } :: any } :: any,
|
{ reqId :: any, { ... } :: any } :: any,
|
||||||
})
|
})
|
||||||
return coroutine.yield()
|
return coroutine.yield()
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue