make so stupids can't bind this shit lol!

This commit is contained in:
Kade M 2021-06-04 21:47:01 -07:00
parent 4243a9a290
commit 39d52b9e0b

View File

@ -236,7 +236,6 @@ class KeyBindMenu extends FlxSubState
}
}
else {for(x in keyText){notAllowed.push(x);}}
trace(notAllowed);
@ -245,6 +244,8 @@ class KeyBindMenu extends FlxSubState
var oK = keys[x];
if(oK == r)
keys[x] = null;
if (notAllowed.contains(oK))
return;
}
if(shouldReturn){