mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2025-01-02 18:48:03 +01:00
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:
parent
1813bd06f4
commit
9116bf5722
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user