Fixed javadoc typo, it should read: "celticminstrel is a poopy head."

This commit is contained in:
Nathan Adams
2012-03-03 02:26:13 +00:00
parent 2c99437c1f
commit a2fbb41365

View File

@@ -52,7 +52,7 @@ public enum Effect {
*/
ZOMBIE_CHEW_WOODEN_DOOR(1010, Type.SOUND),
/**
* Sound of zombies chewing on wooden doors.
* Sound of zombies chewing on iron doors.
*/
ZOMBIE_CHEW_IRON_DOOR(1011, Type.SOUND),
/**