From 5b8a8ccaeb5d75491af444a067b57b2201ee2309 Mon Sep 17 00:00:00 2001 From: _Lighty_ Date: Wed, 19 Feb 2020 16:32:24 +0100 Subject: [PATCH] bruh --- Plugins/1XenoLib.plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/1XenoLib.plugin.js b/Plugins/1XenoLib.plugin.js index 097c0ad..7ff7c74 100644 --- a/Plugins/1XenoLib.plugin.js +++ b/Plugins/1XenoLib.plugin.js @@ -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);