enum change didn't commit in the last commit ugh

This commit is contained in:
NewGarbo 2015-11-15 19:57:16 +00:00
parent 22ae67ba81
commit 10eb1bb9c9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import org.bukkit.Location;
public enum WorldEventType public enum WorldEventType
{ {
// SLIME_KING("Slime King", SlimeBoss.class, 30), // 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);//, UNDEAD_CAMP("Undead Camp", UndeadCamp.class, 30);//,
// Golem("Iron Wizard", GolemBoss.class, 30); // Golem("Iron Wizard", GolemBoss.class, 30);