Skip to content

Commit

Permalink
Update AlwaysYes.cs
Browse files Browse the repository at this point in the history
Caraxi committed Nov 11, 2023
1 parent fa1a1c7 commit 27ac8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/UiAdjustment/AlwaysYes.cs
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ private void OnAddonSetup(AddonSetupArgs args) {
if (Config.Lobby) SetFocusYes(args.Addon, 4);
return;
case "LobbyDKTWorldList":
if (Config.Lobby) SetFocusYes(args.Addon, 23);
if (Config.Lobby) DelayedSetFocusYes(args.AddonName, 23);
return;
case "LobbyDKTCheckExec":
if (Config.Lobby) DelayedSetFocusYes(args.AddonName, 3);

0 comments on commit 27ac8ad

Please sign in to comment.