From 10eb1bb9c9d32e8c52620bd1a5f3010ccf5b95b8 Mon Sep 17 00:00:00 2001 From: NewGarbo Date: Sun, 15 Nov 2015 19:57:16 +0000 Subject: [PATCH] enum change didn't commit in the last commit ugh --- .../mineplex/game/clans/clans/worldevent/WorldEventType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/worldevent/WorldEventType.java b/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/worldevent/WorldEventType.java index 79b7dcdca..df9e99f22 100644 --- a/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/worldevent/WorldEventType.java +++ b/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/worldevent/WorldEventType.java @@ -13,7 +13,7 @@ import org.bukkit.Location; public enum WorldEventType { // SLIME_KING("Slime King", SlimeBoss.class, 30), - KING_OF_THE_HILL("King of The Hill", KingHill.class, 30), + KING_HILL("King of The Hill", KingHill.class, 30), UNDEAD_CAMP("Undead Camp", UndeadCamp.class, 30);//, // Golem("Iron Wizard", GolemBoss.class, 30);