Merge pull request #929 from Areloch/keybindRemapUIFix

Fixes the movemap toggle in the options menu
This commit is contained in:
Brian Roberts 2022-12-03 04:17:10 -06:00 committed by GitHub
commit d191b4488c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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