Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 9, 2024
1 parent 9beb1bb commit 5fc17cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ object SensitivityReducer {

fun manualToggle() {
if (isToggled) {
ChatUtils.chat("This command is disabled while the Sensitivity is lowered.")
ChatUtils.userError("This command is disabled while the Sensitivity is lowered!")
return
}
isManualToggle = !isManualToggle
Expand Down

0 comments on commit 5fc17cd

Please sign in to comment.