Update EditServers.plugin.js
This commit is contained in:
parent
3942b16cb8
commit
550c15c79a
|
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue