1.0.7 - Hotfix, gang/rank placeholders.
This commit is contained in:
parent
02c86def4b
commit
efdc311854
|
@ -41,7 +41,7 @@ public class RankPlaceholders extends PlaceholderExpansion {
|
||||||
|
|
||||||
case "rank_next":
|
case "rank_next":
|
||||||
Rank nextRank = rankManager.getNextRank(player);
|
Rank nextRank = rankManager.getNextRank(player);
|
||||||
return nextRank != null ? nextRank.getName() : "Highest Rank";
|
return nextRank != null ? nextRank.getName() : "Max Rank";
|
||||||
|
|
||||||
case "rank_cost":
|
case "rank_cost":
|
||||||
Rank rankForCost = rankManager.getNextRank(player);
|
Rank rankForCost = rankManager.getNextRank(player);
|
||||||
|
|
Loading…
Reference in New Issue