summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2012-03-03 03:04:54 -0500
committerIaccidentally <coryhuckaby@gmail.com>2012-03-03 03:04:54 -0500
commit969c4dac4ef6bcebf2b20df2d06c188bf78af950 (patch)
tree8bd030a5fae3fddaf4fa0d0adf6e145335c4da65
parentfce2c68c568cfb68e82cf42791d69911b9dd87bb (diff)
downloadEssentials-969c4dac4ef6bcebf2b20df2d06c188bf78af950.tar
Essentials-969c4dac4ef6bcebf2b20df2d06c188bf78af950.tar.gz
Essentials-969c4dac4ef6bcebf2b20df2d06c188bf78af950.tar.lz
Essentials-969c4dac4ef6bcebf2b20df2d06c188bf78af950.tar.xz
Essentials-969c4dac4ef6bcebf2b20df2d06c188bf78af950.zip
add little babbys
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java b/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java
index 341a702ff..c64d75d2b 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java
@@ -216,6 +216,8 @@ public class Commandspawnmob extends EssentialsCommand
|| type == EntityType.MUSHROOM_COW
|| type == EntityType.CHICKEN
|| type == EntityType.PIG
+ || type == EntityType.VILLAGER
+ || type == EntityType.OCELOT
|| type == EntityType.WOLF)
&& data.equals("baby"))
{