Capitalise Parrot in Mob.

This commit is contained in:
Ali Moghnieh 2017-06-18 21:00:02 +01:00
parent 14a02c0602
commit 171b2b6a37
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70

View file

@ -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");