Skip to content

Commit

Permalink
Merge pull request #766 from necrodoom/patch-133
Browse files Browse the repository at this point in the history
Fix error message typo
  • Loading branch information
ElgarL committed Oct 3, 2014
2 parents c843a32 + 9818df3 commit 2526f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ protected static void loadUsers(WorldDataHolder ph, File usersFile) throws FileN
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)) {
Expand Down

0 comments on commit 2526f55

Please sign in to comment.