Skip to content

Commit

Permalink
Show Turbo 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 def20e0 commit 09bbb5c
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 @@ -261,6 +261,7 @@ public static MpStats Of(Titanfall2Api titanfall2Api, ProcessSharp sharp)
GameMode.attdm => new TitanBrawl(titanfall2Api, sharp),
GameMode.turbo_ttdm => new TitanBrawl(titanfall2Api, sharp),
GameMode.alts => new LastTitanStanding(titanfall2Api, sharp),
GameMode.turbo_lts => new LastTitanStanding(titanfall2Api, sharp),
_ => ReportGameModeFailure(gameMode)
};
}
Expand Down

0 comments on commit 09bbb5c

Please sign in to comment.