No longer need to set the string for blaze breathe
This commit is contained in:
parent
afdf9e870f
commit
f4905dcb7b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user