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 da23bae..4ebf058 100644 --- a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua +++ b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua @@ -1158,6 +1158,10 @@ local function build_keybind_string(keys) end end + if keybind_string == "" then + keybind_string = "" + end + return keybind_string end