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