1
0
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:
ElgarL
2014-10-03 08:42:46 +01:00

View File

@@ -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)) {