#1014 Use ConfigMe improvements to create custom Enum set property
This commit is contained in:
@@ -46,8 +46,7 @@ public final class CommandSettingsHolder implements SettingsHolder {
|
||||
"Supported command events: onLogin, onJoin, onRegister"
|
||||
};
|
||||
Map<String, String[]> commentMap = new HashMap<>();
|
||||
// TODO ConfigMe/#25 cannot set comments on the root ("")
|
||||
commentMap.put("onLogin", comments);
|
||||
commentMap.put("", comments);
|
||||
return commentMap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user