From e4e4123c5c3bdddb515f004a4ebaf256aa9a61b7 Mon Sep 17 00:00:00 2001 From: _Lighty_ <49841131+1Lighty@users.noreply.github.com> Date: Mon, 6 Jan 2020 16:29:57 +0100 Subject: [PATCH] XL v1.3.2 fix version rollback and Discord crash --- Plugins/1XenoLib.plugin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/1XenoLib.plugin.js b/Plugins/1XenoLib.plugin.js index c3348a2..6586599 100644 --- a/Plugins/1XenoLib.plugin.js +++ b/Plugins/1XenoLib.plugin.js @@ -41,7 +41,7 @@ var XenoLib = (() => { twitter_username: '' } ], - version: '1.3.0', + version: '1.3.2', description: 'Simple library to complement plugins with shared code without lowering performance.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js' @@ -524,7 +524,6 @@ var XenoLib = (() => { _this.setState = setState; } if (!_this.state) _this.state = {}; - ret.props.children.push(document.createElement('div')); XenoLib.__contextPatches.forEach(e => { try { e(_this, menuGroups);