diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-01-18 01:25:25 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-01-18 01:25:25 +0000 |
commit | 64af5b465dbb7fc41d03a49cfd7c331beb389c0e (patch) | |
tree | 0c7eb7df3734493135e1fe52440431a07fb01f2a /EssentialsGroupManager/src/Changelog.txt | |
parent | 89c41b0508edd847316a293926fb56a7b249e6ba (diff) | |
download | Essentials-64af5b465dbb7fc41d03a49cfd7c331beb389c0e.tar Essentials-64af5b465dbb7fc41d03a49cfd7c331beb389c0e.tar.gz Essentials-64af5b465dbb7fc41d03a49cfd7c331beb389c0e.tar.lz Essentials-64af5b465dbb7fc41d03a49cfd7c331beb389c0e.tar.xz Essentials-64af5b465dbb7fc41d03a49cfd7c331beb389c0e.zip |
Added a tidy error message for invalid permission entries in
GlobalGroups.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 876dc28b7..741777748 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -103,4 +103,5 @@ v 1.8: - Catch NullPointerErrors generated by blank permission nodes.
- Removed '- bukkit.command' form the globalgroups permission nodes.
v 1.9:
- - Optimize populating Bukkit perms so we no longer calculate the child nodes (Bukkit already does this).
\ No newline at end of file + - Optimize populating Bukkit perms so we no longer calculate the child nodes (Bukkit already does this).
+ - Added a tidy error message for invalid permission entries in GlobalGroups.
\ No newline at end of file |