Skip to content

Commit

Permalink
Fix ability to disable handicap in bot games
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Nov 20, 2024
1 parent 063a25f commit f984aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Play/QuickMatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const handicap_options: OptionWithDescription[] = [
description: _("Use handicaps by default, but accept games with handicaps disabled"),
},
{
value: "disable",
value: "disabled",
label: pgettext("Matchmaking handicap option: disable handicaps", "Disabled"),
description: _("Disable handicaps"),
},
Expand Down

0 comments on commit f984aee

Please sign in to comment.