Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Sep 19, 2023
1 parent f15970a commit 409cc42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace PokemonSV{


TeraFarmerCatchOnWin::TeraFarmerCatchOnWin(bool enabled)
: GroupOption("Catch on Win", LockWhileRunning::UNLOCKED, enabled)
: GroupOption("Catch on Win", LockWhileRunning::UNLOCKED, true, enabled)
, BALL_SELECT(
"<b>Ball Select:</b>",
LockWhileRunning::UNLOCKED,
Expand Down

0 comments on commit 409cc42

Please sign in to comment.