diff --git a/titanfall2-rp/MpStats.cs b/titanfall2-rp/MpStats.cs index 063721f..8d6cc52 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.rocket_lf => new LiveFire(titanfall2Api, sharp), _ => ReportGameModeFailure(gameMode, titanfall2Api, sharp) }; }