[Mod Options] Fix options for disabled mutators

This commit is contained in:
Azumgi 2018-10-11 14:32:01 +03:00
parent e70b8b5fa5
commit 8ae2297fbf

View file

@ -3853,7 +3853,8 @@ VMFOptionsView.update_picked_option_for_settings_list_widgets = function (self)
elseif widget_type == "header" then elseif widget_type == "header" then
widget_content.is_checkbox_checked = get_mod(widget_content.mod_name):is_enabled() widget_content.is_checkbox_checked = get_mod(widget_content.mod_name):is_enabled() or
get_mod(widget_content.mod_name):get_internal_data("is_mutator")
elseif widget_type == "keybind" then elseif widget_type == "keybind" then