Revert flag definition description fix.

If descriptions are showing wrong language. Wipe the 'flags.conf' to
regenerate from lang file.
This commit is contained in:
bloodshot 2020-05-05 17:56:13 -04:00
parent 1813bd06f4
commit 9116bf5722
2 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ public Map<String, CustomFlagGroupCategory> getGroups() {
}
public void initDefaults() {
this.groups.clear();
CustomFlagGroupCategory userGroup = this.groups.get("user");
CustomFlagGroupCategory adminGroup = this.groups.get("admin");
if (userGroup == null) {

View File

@ -50,7 +50,6 @@ public Map<String, CustomFlagGroupCategory> getGroups() {
}
public void initDefaults() {
this.groups.clear();
CustomFlagGroupCategory userGroup = this.groups.get("user");
CustomFlagGroupCategory adminGroup = this.groups.get("admin");
if (userGroup == null) {