Skip to content

Commit 2526f55

Browse files
committed
Merge pull request #766 from necrodoom/patch-133
Fix error message typo
2 parents c843a32 + 9818df3 commit 2526f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/WorldDataHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ protected static void loadUsers(WorldDataHolder ph, File usersFile) throws FileN
910910
nodeData = thisUserNode.get("lastname");
911911

912912
} catch (Exception ex) {
913-
throw new IllegalArgumentException("Bad format found in 'subgroups' for user: " + usersKey + " in file: " + usersFile.getPath());
913+
throw new IllegalArgumentException("Bad format found in 'lastname' for user: " + usersKey + " in file: " + usersFile.getPath());
914914
}
915915

916916
if ((nodeData != null) && (nodeData instanceof String)) {

0 commit comments

Comments
 (0)