mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Merge pull request #308 from jedk1/master
Fix MultiAbilities not supporting Avatar Abilities
This commit is contained in:
commit
896d3a0e23
1 changed files with 3 additions and 0 deletions
|
@ -288,6 +288,9 @@ public class MultiAbilityManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChatColor getAbilityColor() {
|
public ChatColor getAbilityColor() {
|
||||||
|
if (element == null) {
|
||||||
|
return GeneralMethods.getAvatarColor();
|
||||||
|
}
|
||||||
if (sub == null) {
|
if (sub == null) {
|
||||||
switch (element) {
|
switch (element) {
|
||||||
case Air:
|
case Air:
|
||||||
|
|
Loading…
Reference in a new issue