mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-14 11:41:26 +01:00
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:
parent
66cc9bc6db
commit
376b79cab3
@ -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"); }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user