Skip to content

Commit

Permalink
Show amped hardpoint score (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus authored Sep 4, 2021
1 parent 63c537e commit 1712471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions titanfall2-rp/GameDetailsProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public static (string, string, Timestamps?, Assets? assets) GetMultiplayerDetail
case GameMode.tdm:
break;
case GameMode.cp:
var ampedHardpointStats = tf2Api.GetMultiPlayerGameStats().GetAmpedHardpoint();
gameState = ampedHardpointStats.GetTeam1Score() + ":" + ampedHardpointStats.GetTeam2Score();
break;
case GameMode.at:
break;
Expand Down

0 comments on commit 1712471

Please sign in to comment.