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

@ -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;