From 98218379a97c7b549dceb49e34b8d83e02c8124f Mon Sep 17 00:00:00 2001 From: bi Date: Wed, 21 Feb 2018 18:49:14 +0300 Subject: [PATCH] Options menu fix (not calling options changed event) --- vmf_source/scripts/mods/vmf/modules/vmf_options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmf_source/scripts/mods/vmf/modules/vmf_options.lua b/vmf_source/scripts/mods/vmf/modules/vmf_options.lua index 371881d..b7792b0 100644 --- a/vmf_source/scripts/mods/vmf/modules/vmf_options.lua +++ b/vmf_source/scripts/mods/vmf/modules/vmf_options.lua @@ -136,7 +136,7 @@ local options_widgets = { } vmf:create_options(options_widgets, false, "Vermintide Mod Framework") -vmf.setting_changed = function (setting_name) +vmf.on_setting_changed = function (setting_name) if setting_name == "vmf_options_scrolling_speed" then