From 7cfcbc8bb07021d19a4673932a9c8043b03e6984 Mon Sep 17 00:00:00 2001 From: Ryan Cloherty Date: Wed, 29 Dec 2021 23:49:38 -0500 Subject: [PATCH] Show The Great Bamboozle scores --- titanfall2-rp/MpStats.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/titanfall2-rp/MpStats.cs b/titanfall2-rp/MpStats.cs index 063721f..ae38205 100644 --- a/titanfall2-rp/MpStats.cs +++ b/titanfall2-rp/MpStats.cs @@ -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.holopilot_lf => new LiveFire(titanfall2Api, sharp), _ => ReportGameModeFailure(gameMode, titanfall2Api, sharp) }; }