shortcuts MAJOR BUG fix + learn to fly idle

This commit is contained in:
BluePotato102
2024-01-05 16:38:53 -06:00
committed by avsc-sid
parent a41230b9e2
commit 7146f31471
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ for (var slot in keyConfig) {
}
var keyElement = slotDiv.getElementsByClassName(key)[0];
if (keyElement) {
if (key != "slot-action"){ru
if (key != "slot-action"){
keyElement.textContent = correctKey;
} else {
for (var i = 0; i < keyElement.options.length; i++) {