1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-08 21:30:55 +02:00

Form more descriptive console & import usernames

This commit is contained in:
Luck
2017-10-23 23:37:55 +01:00
parent c573c755d2
commit 54695b8046
7 changed files with 13 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ public interface LPConfiguration {
* <p>This method is nested under {@link Unsafe} because the keys
* and return types may change between versions without warning.</p>
*
* @param key the key, as defined as a parameter name in
* @param key the key, as defined as a field name in
* the "ConfigKeys" class.
* @return the corresponding object, if one is present
* @throws IllegalArgumentException if the key isn't known