fix(client): re-filling tank no longer pauses oxygen timer
This commit is contained in:
@@ -115,7 +115,6 @@ local function startOxygenLevelDecrementerThread()
|
||||
if oxygenLevel == 0 then
|
||||
disableScuba()
|
||||
TriggerServerEvent("InteractSound_SV:PlayOnSource", nil, 0.25)
|
||||
break
|
||||
end
|
||||
end
|
||||
Wait(1000)
|
||||
|
||||
Reference in New Issue
Block a user