Skip to content

Commit

Permalink
omagaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoFlamejanteTV committed Sep 29, 2024
1 parent 7d52c12 commit c6b1cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/QuackPlus.luau
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ end

function QP.Play(audio, loop)
if loop then
--print("Playing audio "..audio)
return audio:Play(), audio.Looped == true
end if not loop then
--print("Playing audio "..audio)
return audio:Play(), audio.Looped == false
end
--print("Playing " .. audio)
Expand Down

0 comments on commit c6b1cc0

Please sign in to comment.