Decided to remove alot of open and closing brackets for no reason lol

This commit is contained in:
Driftay
2020-01-02 10:35:54 -05:00
parent ae17f3d788
commit 8f2e58733d
13 changed files with 168 additions and 445 deletions

View File

@@ -77,6 +77,10 @@ public class ClipPlaceholderAPIManager extends PlaceholderExpansion implements R
FPlayer fPlayer = FPlayers.getInstance().getByPlayer(player);
Faction faction = fPlayer.getFaction();
if (placeholder.contains("faction_territory")) {
faction = Board.getInstance().getFactionAt(fPlayer.getLastStoodAt());
placeholder = placeholder.replace("_territory", "");
}
switch (placeholder) {
// First list player stuff
case "player_name":