Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Fixes #3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandree95 authored Dec 11, 2018
1 parent 64b599c commit 8571f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/src/main/java/github/lual/util/SoundPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public SoundPlayer(String resource, double volume) {
}

public void playOnce() {
mediaPlayer.stop();
mediaPlayer.play();
}
}

0 comments on commit 8571f2a

Please # to comment.