From bb53f085f0d1eac0625029d8dcb4800765824b43 Mon Sep 17 00:00:00 2001 From: Azumgi Date: Mon, 29 Jan 2018 05:25:50 +0300 Subject: [PATCH] fixed resetting stepper (options menu) --- vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua index 6bc0e8c..eee1b08 100644 --- a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua +++ b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua @@ -1671,7 +1671,7 @@ VMFOptionsView.update_picked_option_for_settings_list_widgets = function (self) widget_content.current_option_number = i widget_content.current_option_text = widget_content.options_texts[i] - break + return end end