Skip to content

Commit

Permalink
Removed redundant system name in faction status
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayak Mukhopadhyay committed Jul 13, 2017
1 parent 220c990 commit 101d854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/discord/commands/factionstatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export class FactionStatus {
embed.addField(faction.faction_name, faction.faction_government, false);
faction.faction_presence.forEach((faction) => {
let factionDetail = "";
factionDetail += `System : ${faction.system_name}\n`;
factionDetail += `State : ${faction.state}\n`;
factionDetail += `Influence : ${(faction.influence * 100).toFixed(1)}%\n`;
let pendingStates: string = "";
Expand Down

0 comments on commit 101d854

Please sign in to comment.