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
48d730cbca
commit
ac6bd01460
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ return function(Identifier: string, timeout: number?): number
|
||||||
task.spawn(function()
|
task.spawn(function()
|
||||||
repeat
|
repeat
|
||||||
task.wait(0.5)
|
task.wait(0.5)
|
||||||
until retreived and Event:GetAttribute(Identifier)
|
until (retreived and Event:GetAttribute(Identifier))
|
||||||
|
|
||||||
retreived = true
|
retreived = true
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue