Skip to content

Commit

Permalink
Show Aegis Last Titan Standing scores
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus committed Jan 2, 2022
1 parent 6bfafaf commit 0e28b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions titanfall2-rp/MpStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public static MpStats Of(Titanfall2Api titanfall2Api, ProcessSharp sharp)
GameMode.solo => throw new ArgumentException("Tried to get multiplayer details for the campaign"),
GameMode.ffa => new FreeForAll(titanfall2Api, sharp),
GameMode.fra => new FreeAgents(titanfall2Api, sharp),
GameMode.alts => new LastTitanStanding(titanfall2Api, sharp),
_ => ReportGameModeFailure(gameMode)
};
}
Expand Down

0 comments on commit 0e28b9f

Please sign in to comment.