Przeglądaj źródła

Fix startup error from last build due to the removal of the custom spout
repair sound.

GJ 12 lat temu
rodzic
commit
3d8aa29b52

+ 0 - 4
src/main/java/com/gmail/nossr50/spout/SpoutStuff.java

@@ -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"));