Skip to content

Commit

Permalink
Fixed the missing "master" FD difficulty (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus authored Oct 17, 2021
1 parent e52f539 commit 4e6e98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions titanfall2-rp/enums/GameMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public static string ToFriendlyString(this GameMode gameMode)
GameMode.fd_easy => "Frontier Defense (Easy)",
GameMode.fd_normal => "Frontier Defense (Regular)",
GameMode.fd_hard => "Frontier Defense (Hard)",
GameMode.fd_master => "Frontier Defense (Master)",
GameMode.fd_insane => "Frontier Defense (Insane)",
GameMode.solo => "Campaign",
_ => throw new ArgumentOutOfRangeException(nameof(gameMode), gameMode, null)
Expand Down

0 comments on commit 4e6e98e

Please sign in to comment.