Implement blank wilderness placeholder (#1070)
This commit is contained in:
parent
e95ecbd2a9
commit
77f7704ab4
@ -49,7 +49,7 @@ public class ClipPlaceholderAPIManager extends EZPlaceholderHook {
|
||||
return fPlayer.hasFaction() ? fPlayer.getRole().getPrefix() : "";
|
||||
// Then Faction stuff
|
||||
case "faction_name":
|
||||
return faction.getTag();
|
||||
return fPlayer.hasFaction() ? faction.getTag() : "";
|
||||
case "faction_power":
|
||||
return String.valueOf(faction.getPowerRounded());
|
||||
case "faction_powermax":
|
||||
|
Loading…
Reference in New Issue
Block a user