mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-03 13:17:38 +02:00
Fix error message typo
This commit is contained in:
@@ -910,7 +910,7 @@ public class WorldDataHolder {
|
|||||||
nodeData = thisUserNode.get("lastname");
|
nodeData = thisUserNode.get("lastname");
|
||||||
|
|
||||||
} catch (Exception ex) {
|
} 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)) {
|
if ((nodeData != null) && (nodeData instanceof String)) {
|
||||||
|
Reference in New Issue
Block a user