make so stupids can't bind this shit lol!
This commit is contained in:
parent
4243a9a290
commit
39d52b9e0b
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user