summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-05 21:06:48 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-05 21:06:48 +0100
commit006f8c3a73fd91bc87505e3108593f240e771bce (patch)
treefb90303a432336f85a40b06f77ee61976b13ac79 /EssentialsGroupManager/src/Changelog.txt
parenta407c6ed0cafc4a58b3a560b97a48355d83d8fbd (diff)
downloadEssentials-006f8c3a73fd91bc87505e3108593f240e771bce.tar
Essentials-006f8c3a73fd91bc87505e3108593f240e771bce.tar.gz
Essentials-006f8c3a73fd91bc87505e3108593f240e771bce.tar.lz
Essentials-006f8c3a73fd91bc87505e3108593f240e771bce.tar.xz
Essentials-006f8c3a73fd91bc87505e3108593f240e771bce.zip
Don't throw errors when attempting to remove permission attachments
(bukkit will have already removed it).
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index c5fe5564d..2cfe57f62 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -163,4 +163,5 @@ v 1.9:
- Prevent Null entries in group inheritance from throwing errors.
v 2.0:
- Fix GM reporting of permission inheritance to retain the correct order. Lower inheritance groups can no longer negate a higher groups permissions.
- - Fix an error I caused trying to modify an unmodifiable list when parsing '*' permissions. \ No newline at end of file
+ - Fix an error I caused trying to modify an unmodifiable list when parsing '*' permissions.
+ - Don't throw errors when attempting to remove permission attachments (bukkit will have already removed it). \ No newline at end of file