mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 21:22:09 +00:00
Missing an Animal.
This commit is contained in:
parent
35f5578436
commit
1de4a40bf6
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ public class Commandspawnmob extends EssentialsCommand
|
||||||
}
|
}
|
||||||
if ((type == CreatureType.SHEEP
|
if ((type == CreatureType.SHEEP
|
||||||
|| type == CreatureType.COW
|
|| type == CreatureType.COW
|
||||||
|
|| type == CreatureType.MUSHROOM_COW
|
||||||
|| type == CreatureType.CHICKEN
|
|| type == CreatureType.CHICKEN
|
||||||
|| type == CreatureType.PIG
|
|| type == CreatureType.PIG
|
||||||
|| type == CreatureType.WOLF)
|
|| type == CreatureType.WOLF)
|
||||||
|
|
Loading…
Reference in a new issue