Skip to content

Commit

Permalink
fixed issue with sound repeating
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Mar 17, 2024
1 parent 61f41ad commit ff54f15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/helpers/animation/crit-animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export function fireEmblemCrit(token, users) {
.forUsers(users)
.sound()
.file(sound)
.duration(duration * 1.25)
.fadeOutAudio(duration / 4)
.volume(volume)
.forUsers(users)
Expand Down Expand Up @@ -228,7 +227,6 @@ export function personaCrit(token, users) {
.forUsers(users)
.sound()
.file(sound)
.duration(duration * 1.25)
.fadeOutAudio(duration / 4)
.volume(volume)
.forUsers(users)
Expand Down

0 comments on commit ff54f15

Please sign in to comment.