Fix missed assoc variable name

This commit is contained in:
Vortrex
2021-01-03 03:50:21 -06:00
parent 44780dde7a
commit e1204f480f

View File

@@ -705,7 +705,7 @@ function initClassTable() {
}
},
keyBindData: class {
constructor(keyBindAssoc, key = 0, commandString = "") {
constructor(dbAssoc, key = 0, commandString = "") {
this.databaseId = 0;
this.key = key;
this.account = 0;