1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

GroupManager typo fix

This commit is contained in:
Necrodoom
2012-11-08 16:31:49 +02:00
parent 42e4f3f6cb
commit 0cae056a69

View File

@@ -420,7 +420,7 @@ public class WorldDataHolder {
throw new IllegalArgumentException("The file which should contain groups does not exist!\n" + groupsFile.getPath());
} catch (IOException e) {
e.printStackTrace();
throw new IllegalArgumentException("Error access the groups file!\n" + groupsFile.getPath());
throw new IllegalArgumentException("Error accessing the groups file!\n" + groupsFile.getPath());
}
GroupManager.setLoaded(true);
@@ -437,7 +437,7 @@ public class WorldDataHolder {
throw new IllegalArgumentException("The file which should contain users does not exist!\n" + usersFile.getPath());
} catch (IOException e) {
e.printStackTrace();
throw new IllegalArgumentException("Error access the users file!\n" + usersFile.getPath());
throw new IllegalArgumentException("Error accessing the users file!\n" + usersFile.getPath());
}
GroupManager.setLoaded(true);