فهرست منبع

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

GJ 12 سال پیش
والد
کامیت
3d8aa29b52
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      src/main/java/com/gmail/nossr50/spout/SpoutStuff.java

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