1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-01 20:30:48 +02:00

Fix error message typo

This commit is contained in:
Necrodoom
2014-10-03 10:30:53 +03:00
parent c843a329bd
commit 9818df3039

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