Update EditServers.plugin.js

This commit is contained in:
Mirco Wittrien 2021-05-10 09:10:56 +02:00 committed by GitHub
parent 550c15c79a
commit 0124796a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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