Update GameActivityToggle.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-27 12:53:42 +01:00
parent e42865e9d6
commit fa9c9b852f
1 changed files with 0 additions and 1 deletions

View File

@ -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");
}