Update MessageUtilities.plugin.js
This commit is contained in:
parent
21659791a6
commit
e97cabd607
|
@ -365,7 +365,6 @@ class MessageUtilities {
|
|||
let str = "";
|
||||
if (BDFDB.getData(action, this, "settings")) {
|
||||
let binding = BDFDB.getData(action, this, "bindings");
|
||||
console.log(action, binding);
|
||||
if (binding) for (let type in binding) {
|
||||
let typename = type.indexOf("click") == 0 ? this.clickMap[binding[type]] : this.keyboardMap[binding[type]];
|
||||
if (typename && typename != "NONE") str += typename + "+";
|
||||
|
|
Loading…
Reference in New Issue