mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 13:13:24 +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
|
||||
|| type == CreatureType.COW
|
||||
|| type == CreatureType.MUSHROOM_COW
|
||||
|| type == CreatureType.CHICKEN
|
||||
|| type == CreatureType.PIG
|
||||
|| type == CreatureType.WOLF)
|
||||
|
|
Loading…
Reference in a new issue