Skip to content

Commit

Permalink
Show Rocket Arena scores
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus committed Jan 9, 2022
1 parent 4f81f8c commit e47492d
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 @@ -262,6 +262,7 @@ public static MpStats Of(Titanfall2Api titanfall2Api, ProcessSharp sharp)
GameMode.turbo_ttdm => new TitanBrawl(titanfall2Api, sharp),
GameMode.alts => new LastTitanStanding(titanfall2Api, sharp),
GameMode.turbo_lts => new LastTitanStanding(titanfall2Api, sharp),
GameMode.rocket_lf => new LiveFire(titanfall2Api, sharp),
_ => ReportGameModeFailure(gameMode, titanfall2Api, sharp)
};
}
Expand Down

0 comments on commit e47492d

Please sign in to comment.