From 39ef911ddee585ca94ea475d8fb06f62ae21ad44 Mon Sep 17 00:00:00 2001 From: Xenovyy Date: Tue, 17 Mar 2026 18:41:44 -0400 Subject: [PATCH] rtm516 reaches enlightenment --- Minecraft.Client/Common/UI/UIControl_Slider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Common/UI/UIControl_Slider.cpp b/Minecraft.Client/Common/UI/UIControl_Slider.cpp index 2ecc895f8..7d9c6942a 100644 --- a/Minecraft.Client/Common/UI/UIControl_Slider.cpp +++ b/Minecraft.Client/Common/UI/UIControl_Slider.cpp @@ -96,7 +96,7 @@ void UIControl_Slider::handleSliderMove(int newValue) if (newValue % 10 == 0) { ui.PlayUISFX(eSFX_Scroll); m_current = newValue; - } else if (valueCount < 18) { + } else if (valueCount < 20) { ui.PlayUISFX(eSFX_Scroll); m_current = newValue; }