diff --git a/titanfall2-rp/MpStats.cs b/titanfall2-rp/MpStats.cs index 95ab206..5869d1f 100644 --- a/titanfall2-rp/MpStats.cs +++ b/titanfall2-rp/MpStats.cs @@ -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) }; }