Update GameActivityToggle.plugin.js
This commit is contained in:
parent
e42865e9d6
commit
fa9c9b852f
|
@ -238,7 +238,6 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
activateKeybind () {
|
||||
console.log(keybind);
|
||||
if (keybind && keybind.length) BDFDB.ListenerUtils.addGlobal(this, "GAMEACTIVITY_TOGGLE", keybind, _ => this.toggle());
|
||||
else BDFDB.ListenerUtils.removeGlobal(this, "GAMEACTIVITY_TOGGLE");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue