diff --git a/source/KeyBindMenu.hx b/source/KeyBindMenu.hx index 7721920..1d3f6e4 100644 --- a/source/KeyBindMenu.hx +++ b/source/KeyBindMenu.hx @@ -223,20 +223,8 @@ class KeyBindMenu extends FlxSubState var notAllowed:Array = []; - for(x in keys){ - if(x != tempKey){notAllowed.push(x);} - } - for(x in blacklist){notAllowed.push(x);} - if(curSelected != 4){ - - for(x in keyText){ - if(x != keyText[curSelected]){notAllowed.push(x);} - } - - } - trace(notAllowed); for(x in 0...keys.length)