mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 17:47:34 +01:00
Capitalise Parrot in Mob.
This commit is contained in:
parent
14a02c0602
commit
171b2b6a37
@ -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 New Issue
Block a user