Skip to content

Commit

Permalink
Show titan brawl score (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus committed Sep 5, 2021
1 parent ad90a08 commit 8643c45
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 @@ -53,6 +53,8 @@ public static (string, string, Timestamps?, Assets? assets) GetMultiplayerDetail
case GameMode.mfd:
break;
case GameMode.ttdm:
var titanBrawlStats = tf2Api.GetMultiPlayerGameStats().GetTitanBrawl();
gameState = titanBrawlStats.GetTeam1Score() + ":" + titanBrawlStats.GetTeam2Score();
break;
case GameMode.fd_easy:
break;
Expand Down

0 comments on commit 8643c45

Please sign in to comment.