diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-11-30 03:44:33 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-11-30 03:44:33 +0000 |
commit | 1de4a40bf65b81b16dc931391776ac5318ce559e (patch) | |
tree | 332648988b7aa90967e2df1f768b6c23aacf667f | |
parent | 35f5578436c1d61085324c330d37867fb6977733 (diff) | |
download | Essentials-1de4a40bf65b81b16dc931391776ac5318ce559e.tar Essentials-1de4a40bf65b81b16dc931391776ac5318ce559e.tar.gz Essentials-1de4a40bf65b81b16dc931391776ac5318ce559e.tar.lz Essentials-1de4a40bf65b81b16dc931391776ac5318ce559e.tar.xz Essentials-1de4a40bf65b81b16dc931391776ac5318ce559e.zip |
Missing an Animal.
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java b/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java index c9970c068..2c1fa9538 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java @@ -194,6 +194,7 @@ public class Commandspawnmob extends EssentialsCommand } if ((type == CreatureType.SHEEP || type == CreatureType.COW + || type == CreatureType.MUSHROOM_COW || type == CreatureType.CHICKEN || type == CreatureType.PIG || type == CreatureType.WOLF) |