No longer need to set the string for blaze breathe
This commit is contained in:
		@@ -124,8 +124,6 @@ public enum DisguiseSound {
 | 
			
		||||
            Sound s = disguiseSounds.get(type);
 | 
			
		||||
            if (s != null) {
 | 
			
		||||
                String soundName = CraftSound.getSound(s);
 | 
			
		||||
                if (s == Sound.BLAZE_BREATH)
 | 
			
		||||
                    soundName = "mob.blaze.breathe";
 | 
			
		||||
                if (soundName.equals(name))
 | 
			
		||||
                    return type;
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user