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