This commit is contained in:
_Lighty_ 2020-02-19 16:32:24 +01:00
parent 669d4bf562
commit 5b8a8ccaeb
1 changed files with 1 additions and 0 deletions

View File

@ -1380,6 +1380,7 @@ var XenoLib = (() => {
XenoLib.changeName(__filename, '1XenoLib'); /* prevent user from changing libs filename */
}
load() {
super.load();
if (global.BDEvents) {
BDEvents.dispatch('xenolib-loaded');
BDEvents.on('plugin-unloaded', listener);