mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-09 09:57:34 +01:00
Fix typo in Guardian. Fixes #40.
This commit is contained in:
parent
e94e908bed
commit
4d0e6254dd
@ -34,7 +34,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.8.3-R0.1-SNAPSHOT</version>
|
||||
<version>1.8.4-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>BOSEconomy</groupId>
|
||||
|
@ -56,7 +56,7 @@ public enum Mob {
|
||||
EXPERIENCEORB("ExperienceOrb", Enemies.NEUTRAL, EntityType.EXPERIENCE_ORB),
|
||||
ARMOR_STAND("ArmorStand", Enemies.NEUTRAL, EntityType.ARMOR_STAND),
|
||||
ENDERMITE("Endermite", Enemies.ENEMY, EntityType.ENDERMITE),
|
||||
GUARDIAN("Guradian", Enemies.ENEMY, EntityType.GUARDIAN),
|
||||
GUARDIAN("Guardian", Enemies.ENEMY, EntityType.GUARDIAN),
|
||||
RABBIT("Rabbit", Enemies.FRIENDLY, EntityType.RABBIT);
|
||||
|
||||
public static final Logger logger = Logger.getLogger("Essentials");
|
||||
|
Loading…
Reference in New Issue
Block a user