فهرست منبع

On second thought I don't like this sound

nossr50 6 سال پیش
والد
کامیت
b48fa2d8e5
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 0 1
      Changelog.txt
  2. 1 1
      src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java

+ 0 - 1
Changelog.txt

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

+ 1 - 1
src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java

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