Update EditServers.plugin.js

This commit is contained in:
Mirco Wittrien 2021-05-10 03:35:43 +02:00 committed by GitHub
parent 3942b16cb8
commit 550c15c79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* @name EditServers * @name EditServers
* @author DevilBro * @author DevilBro
* @authorId 278543574059057154 * @authorId 278543574059057154
* @version 2.2.9 * @version 2.3.0
* @description Allows you to locally edit Servers * @description Allows you to locally edit Servers
* @invite Jx3TjNS * @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien * @donate https://www.paypal.me/MircoWittrien
@ -17,12 +17,12 @@ module.exports = (_ => {
"info": { "info": {
"name": "EditServers", "name": "EditServers",
"author": "DevilBro", "author": "DevilBro",
"version": "2.2.9", "version": "2.3.0",
"description": "Allows you to locally edit Servers" "description": "Allows you to locally edit Servers"
}, },
"changeLog": { "changeLog": {
"improved": { "fixed": {
"Icon Color": "Works again" "Settings": "Shown again"
} }
} }
}; };
@ -182,7 +182,9 @@ module.exports = (_ => {
this.forceUpdateAll();; this.forceUpdateAll();;
}), }),
children: BDFDB.LanguageUtils.LanguageStrings.RESET children: BDFDB.LanguageUtils.LanguageStrings.RESET
})); }));.LanguageUtils.LanguageStrings.RESET
return settingsItems;
} }
}); });
} }