summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormbax <matt@phozop.net>2013-05-30 11:21:16 -0400
committerWesley Wolfe <weswolf@aol.com>2013-06-05 19:45:24 -0500
commitc55c0db86d4bd2e54c22f1877ddef184e8709a11 (patch)
tree3de5dbf0fd19160d79e96fdcb856023e43f281a5 /src
parentbf4796d39e5c31f6b48d5bd8f8090edfbaf74aef (diff)
downloadcraftbukkit-c55c0db86d4bd2e54c22f1877ddef184e8709a11.tar
craftbukkit-c55c0db86d4bd2e54c22f1877ddef184e8709a11.tar.gz
craftbukkit-c55c0db86d4bd2e54c22f1877ddef184e8709a11.tar.lz
craftbukkit-c55c0db86d4bd2e54c22f1877ddef184e8709a11.tar.xz
craftbukkit-c55c0db86d4bd2e54c22f1877ddef184e8709a11.zip
Update blaze breathe sound. Fixes BUKKIT-4286
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/craftbukkit/CraftSound.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftSound.java b/src/main/java/org/bukkit/craftbukkit/CraftSound.java
index 1190ff13..5be87969 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftSound.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftSound.java
@@ -75,7 +75,7 @@ public class CraftSound {
sounds[BAT_IDLE.ordinal()] = "mob.bat.idle";
sounds[BAT_LOOP.ordinal()] = "mob.bat.loop";
sounds[BAT_TAKEOFF.ordinal()] = "mob.bat.takeoff";
- sounds[BLAZE_BREATH.ordinal()] = "mob.blaze.breath";
+ sounds[BLAZE_BREATH.ordinal()] = "mob.blaze.breathe";
sounds[BLAZE_DEATH.ordinal()] = "mob.blaze.death";
sounds[BLAZE_HIT.ordinal()] = "mob.blaze.hit";
sounds[CAT_HISS.ordinal()] = "mob.cat.hiss";