No longer need to set the string for blaze breathe

This commit is contained in:
Andrew 2013-07-07 02:30:19 +12:00
parent afdf9e870f
commit f4905dcb7b

View File

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