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