Fixes the movemap toggle in the options menu

This commit is contained in:
Areloch 2022-12-03 00:57:03 -06:00
parent 120691abee
commit 48680558c7

View file

@ -184,7 +184,7 @@ function fillRemapList()
function controlSetChanged() function controlSetChanged()
{ {
$activeRemapControlSet = OptionsMenuSettingsList.getCurrentOption(); $activeRemapControlSet = OptionsMenuSettingsList.getObject(0).getCurrentOption();
fillRemapList(); fillRemapList();
} }