mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Fix startup error from last build due to the removal of the custom spout
repair sound.
This commit is contained in:
parent
ac7ed67d91
commit
3d8aa29b52
@ -153,7 +153,6 @@ public class SpoutStuff {
|
||||
writeFile("Icon_r.png", hudRetroDirectory);
|
||||
|
||||
//Sound FX
|
||||
writeFile("repair.wav", soundDirectory);
|
||||
writeFile("level.wav", soundDirectory);
|
||||
}
|
||||
|
||||
@ -211,9 +210,6 @@ public class SpoutStuff {
|
||||
files.add(new File(hudStandardDirectory + "Icon.png"));
|
||||
files.add(new File(hudRetroDirectory + "Icon_r.png"));
|
||||
|
||||
//Repair SFX
|
||||
files.add(new File(soundDirectory + "repair.wav"));
|
||||
|
||||
//Level SFX
|
||||
files.add(new File(soundDirectory + "level.wav"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user