Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Bunkum.AutoDiscover-4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley authored Dec 31, 2023
2 parents 8b56eb3 + 7f3ef2c commit 019af88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public LevelFilterSettings(RequestContext context, TokenGame game) : this(game)
"true" => MoveFilterType.True,
"false" => MoveFilterType.False,
"only" => MoveFilterType.Only,
"dontCare" => MoveFilterType.True,
_ => throw new ArgumentOutOfRangeException(),
};

Expand Down

0 comments on commit 019af88

Please sign in to comment.