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

This commit is contained in:
TfT_02 2013-01-02 23:20:25 +01:00
parent 66cc9bc6db
commit 376b79cab3

View File

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