This commit is contained in:
Kade M 2021-06-05 11:29:48 -07:00
parent cbc490da6e
commit 28699426a4

View File

@ -223,20 +223,8 @@ class KeyBindMenu extends FlxSubState
var notAllowed:Array<String> = [];
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)