From e5c11ea21413bb82c3d2071d8459562df81f6d45 Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Wed, 23 Nov 2022 03:00:19 -0800 Subject: [PATCH] Update custom-modifiers.plugin.js Removing the redundant initialization of the array. --- ui/plugins/ui/custom-modifiers.plugin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/plugins/ui/custom-modifiers.plugin.js b/ui/plugins/ui/custom-modifiers.plugin.js index 8404ee9f..68599c63 100644 --- a/ui/plugins/ui/custom-modifiers.plugin.js +++ b/ui/plugins/ui/custom-modifiers.plugin.js @@ -1,6 +1,4 @@ (function() { - PLUGINS['MODIFIERS_LOAD'] = [] - PLUGINS['MODIFIERS_LOAD'].push({ loader: function() { let customModifiers = localStorage.getItem(CUSTOM_MODIFIERS_KEY, '')