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