mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Capitalise Parrot in Mob.
This commit is contained in:
parent
14a02c0602
commit
171b2b6a37
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public enum Mob {
|
|||
LLAMA("Llama", Enemies.NEUTRAL, "LLAMA"),
|
||||
HUSK("Husk", Enemies.ENEMY, "HUSK"),
|
||||
ILLUSIONER("Illusioner", Enemies.ENEMY, "ILLUSIONER"),
|
||||
PARROT("parrot", Enemies.NEUTRAL, "PARROT"),
|
||||
PARROT("Parrot", Enemies.NEUTRAL, "PARROT"),
|
||||
;
|
||||
|
||||
public static final Logger logger = Logger.getLogger("Essentials");
|
||||
|
|
Loading…
Reference in a new issue