Skip to content

Commit

Permalink
also check toast control toggle for keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed Apr 14, 2024
1 parent 756fc90 commit 09006e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public UTClearToastKeybind()

public static void createKeybind()
{
if (UTConfigTweaks.MISC.TOAST_CONTROL.utClearToastKeybind) UTKeybindings.addKey(new UTClearToastKeybind());
if (UTConfigTweaks.MISC.TOAST_CONTROL.utToastControlToggle && UTConfigTweaks.MISC.TOAST_CONTROL.utClearToastKeybind) UTKeybindings.addKey(new UTClearToastKeybind());
}

@SideOnly(Side.CLIENT)
Expand Down

0 comments on commit 09006e3

Please sign in to comment.