Update custom-modifiers.plugin.js

Removing the redundant initialization of the array.
This commit is contained in:
patriceac 2022-11-23 03:00:19 -08:00
parent ba30a63407
commit e5c11ea214

View File

@ -1,6 +1,4 @@
(function() {
PLUGINS['MODIFIERS_LOAD'] = []
PLUGINS['MODIFIERS_LOAD'].push({
loader: function() {
let customModifiers = localStorage.getItem(CUSTOM_MODIFIERS_KEY, '')