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
commitc3225d16071564f2a1ad52f4c3c4d69ca38eabe3 (patch)
treed501c0f03b4331cc6f971413e60a157329a1c762 /EssentialsGroupManager/src/Changelog.txt
parent566f5ff327499debe19ab7b2c70f1eb665993d01 (diff)
downloadEssentials-c3225d16071564f2a1ad52f4c3c4d69ca38eabe3.tar
Essentials-c3225d16071564f2a1ad52f4c3c4d69ca38eabe3.tar.gz
Essentials-c3225d16071564f2a1ad52f4c3c4d69ca38eabe3.tar.lz
Essentials-c3225d16071564f2a1ad52f4c3c4d69ca38eabe3.tar.xz
Essentials-c3225d16071564f2a1ad52f4c3c4d69ca38eabe3.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