Skip to content

Commit

Permalink
Show The Great Bamboozle scores
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus committed Dec 30, 2021
1 parent 409e88f commit 27194f5
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 @@ -203,6 +203,7 @@ public static MpStats Of(Titanfall2Api titanfall2Api, ProcessSharp sharp)
GameMode.fd_insane => new FrontierDefense(titanfall2Api, sharp),
GameMode.solo => throw new ArgumentException("Tried to get multiplayer details for the campaign"),
GameMode.ffa => new FreeForAll(titanfall2Api, sharp),
GameMode.holopilot_lf => new LiveFire(titanfall2Api, sharp),
_ => ReportGameModeFailure(gameMode)
};
}
Expand Down

0 comments on commit 27194f5

Please sign in to comment.