Skip to content

Commit

Permalink
On second thought I don't like this sound
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Jan 20, 2019
1 parent 71fc993 commit b48fa2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Changelog.txt
Expand Up @@ -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
Expand Down
Expand Up @@ -806,7 +806,7 @@ public void checkAbilityActivation(PrimarySkillType skill) {
*/
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;
Expand Down

0 comments on commit b48fa2d

Please sign in to comment.