fix: on desync, still reset lock

otherwise callback will never run again!!
This commit is contained in:
əlemi 2024-10-27 19:52:35 +01:00
parent 638976317e
commit 68cd197c07
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -165,7 +165,8 @@ local function attach(name, opts)
end
)
end
return
break
end
end
end