Skip to content

Commit

Permalink
Removed new sound, sorry Jelly D:
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 committed Jul 7, 2024
1 parent 976e03a commit 66d1ee3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ public class FarmHelperConfig extends Config {
"Metal Pipe", // 2
"AAAAAAAAAA", // 3
"Loud Buzz", // 4
"Merry-Go-Round of Life", // 5
}
)
public static int failsafeSoundSelected = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ public void playSound() {
case 4:
inputStream = AudioSystem.getAudioInputStream(getClass().getResource("/farmhelper/sounds/loud_buzz.wav"));
break;
case 5:
inputStream = AudioSystem.getAudioInputStream(getClass().getResource("/farmhelper/sounds/joe_hisaishi.wav"));
break;
}
if (inputStream == null) {
LogUtils.sendError("[Audio Manager] Failed to load sound file!");
Expand Down
Binary file not shown.

0 comments on commit 66d1ee3

Please sign in to comment.