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
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()
|
||||
repeat
|
||||
task.wait(0.5)
|
||||
until retreived and Event:GetAttribute(Identifier)
|
||||
until (retreived and Event:GetAttribute(Identifier))
|
||||
|
||||
retreived = true
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue