mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
Update Serdes.luau
This commit is contained in:
parent
1ae1d7329e
commit
93894b0e1c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ return function(Identifier: string, timeout: number?): number
|
||||||
end)
|
end)
|
||||||
|
|
||||||
task.spawn(function()
|
task.spawn(function()
|
||||||
while not (retreived and Event:GetAttribute(Identifier)) do
|
while (not retreived and not Event:GetAttribute(Identifier)) do
|
||||||
task.wait(0.5)
|
task.wait(0.5)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue