浏览代码

This doesn't need to get added at any point, because users can replace the sound files inside the .jar

TfT_02 12 年之前
父节点
当前提交
376b79cab3
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/main/java/com/gmail/nossr50/config/AdvancedConfig.java

+ 0 - 3
src/main/java/com/gmail/nossr50/config/AdvancedConfig.java

@@ -148,7 +148,4 @@ public class AdvancedConfig extends ConfigLoader {
     public int getSpoutNotificationTier2() { return config.getInt("Spout.Notifications.Tier2", 400); }
     public int getSpoutNotificationTier3() { return config.getInt("Spout.Notifications.Tier3", 600); }
     public int getSpoutNotificationTier4() { return config.getInt("Spout.Notifications.Tier4", 800); }
-    //TODO Make the sounds configurable! :D
-    //    public String getSpoutSoundRepair() { return config.getString("Spout.Sounds.RepairSound", "url here"); }
-    //    public String getSpoutSoundLevelUp() { return config.getString("Spout.Sounds.LevelUp", "url here"); }
 }