mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Woops
This commit is contained in:
parent
da70beedb9
commit
dd58b54c1d
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ public enum StockAbility {
|
|||
WaterArms;
|
||||
}
|
||||
|
||||
public enum AvatarAbilities {
|
||||
AvatarState;
|
||||
}
|
||||
|
||||
public static boolean isFlightAbility(String ability) {
|
||||
for (FlightAbilities a : FlightAbilities.values())
|
||||
if (a.name().equalsIgnoreCase(ability))
|
||||
|
|
Loading…
Reference in a new issue