mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
We're now using Bukkit sounds instead of Spout sounds - only
current exception is the custom level-up sound.
This commit is contained in:
@ -25,19 +25,6 @@ public class SpoutSounds {
|
||||
soundManager.playSoundEffect(spoutPlayer, effect, location);
|
||||
}
|
||||
|
||||
/**
|
||||
* Play noise on successful repair.
|
||||
*
|
||||
* @param player The player who repaired an item
|
||||
*/
|
||||
public static void playRepairNoise(Player player, mcMMO plugin) {
|
||||
SoundManager soundManager = SpoutManager.getSoundManager();
|
||||
SpoutPlayer spoutPlayer = SpoutManager.getPlayer(player);
|
||||
|
||||
//If this is pulling from online, why have it in the jar?
|
||||
soundManager.playCustomSoundEffect(plugin, spoutPlayer, "repair.wav", false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Play noise on level-up.
|
||||
*
|
||||
|
Reference in New Issue
Block a user