Options menu fix (not calling options changed event)
This commit is contained in:
parent
28c16cb31a
commit
98218379a9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ local options_widgets = {
|
||||||
}
|
}
|
||||||
vmf:create_options(options_widgets, false, "Vermintide Mod Framework")
|
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
|
if setting_name == "vmf_options_scrolling_speed" then
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue