mirror of
https://github.com/essentials/Essentials.git
synced 2025-07-31 20:00:47 +02:00
Merge pull request #766 from necrodoom/patch-133
Fix error message typo
This commit is contained in:
@@ -910,7 +910,7 @@ public class WorldDataHolder {
|
||||
nodeData = thisUserNode.get("lastname");
|
||||
|
||||
} catch (Exception ex) {
|
||||
throw new IllegalArgumentException("Bad format found in 'subgroups' for user: " + usersKey + " in file: " + usersFile.getPath());
|
||||
throw new IllegalArgumentException("Bad format found in 'lastname' for user: " + usersKey + " in file: " + usersFile.getPath());
|
||||
}
|
||||
|
||||
if ((nodeData != null) && (nodeData instanceof String)) {
|
||||
|
Reference in New Issue
Block a user