Skip to content

Commit

Permalink
Show bounty hunt score (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus committed Sep 4, 2021
1 parent 1712471 commit ad90a08
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 @@ -39,6 +39,8 @@ public static (string, string, Timestamps?, Assets? assets) GetMultiplayerDetail
gameState = ampedHardpointStats.GetTeam1Score() + ":" + ampedHardpointStats.GetTeam2Score();
break;
case GameMode.at:
var bountyHuntStats = tf2Api.GetMultiPlayerGameStats().GetBountyHunt();
gameState = bountyHuntStats.GetTeam1Score() + ":" + bountyHuntStats.GetTeam2Score();
break;
case GameMode.ctf:
break;
Expand Down

0 comments on commit ad90a08

Please sign in to comment.