On second thought I don't like this sound

This commit is contained in:
nossr50 2019-01-20 04:00:09 -08:00
parent 71fc9930ef
commit b48fa2d8e5
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ Version 2.1.0
+ Certain elements of mcMMO's UI have been restyled
+ Added the tagline "Overhaul Era" to various locations until 3.0.0 comes out
! (Scoreboards) Scoreboards are now disabled by default, I don't like them. You can turn them back on in config.yml
+ (Sounds) Some cooldown alerts now have sounds
+ (Sounds) Rolling now plays a sound (Graceful Roll has a different sound :) )
+ (Sounds) Activating Super abilities plays a sound (other plays can hear this)
+ (Sounds) Skill Unlock Notifications have sounds

View File

@ -806,7 +806,7 @@ public class McMMOPlayer {
*/
if (skill == PrimarySkillType.WOODCUTTING || skill == PrimarySkillType.AXES) {
NotificationManager.sendPlayerInformation(player, NotificationType.ABILITY_COOLDOWN, "Skills.TooTired", String.valueOf(timeRemaining));
SoundManager.sendSound(player, player.getLocation(), SoundType.TIRED);
//SoundManager.sendSound(player, player.getLocation(), SoundType.TIRED);
}
return;