Override toString() for upcoming config changes. Also, this ability is

"Skull Splitter," not "Skull Spliiter"
This commit is contained in:
GJ
2013-02-20 13:29:41 -05:00
parent 4284fe1029
commit 17a85c94c6
5 changed files with 35 additions and 13 deletions

View File

@ -26,7 +26,7 @@ public final class AbilityAPI {
}
public static boolean skullSplitterEnabled(Player player) {
return Users.getPlayer(player).getProfile().getAbilityMode(AbilityType.SKULL_SPLIITER);
return Users.getPlayer(player).getProfile().getAbilityMode(AbilityType.SKULL_SPLITTER);
}
public static boolean superBreakerEnabled(Player player) {