diff options
author | ElgarL <ElgarL@Palmergames.com> | 2014-05-28 02:03:51 +0100 |
---|---|---|
committer | ElgarL <ElgarL@Palmergames.com> | 2014-05-28 02:03:51 +0100 |
commit | 34a323125f43754737959d966c29e30aeaf73f81 (patch) | |
tree | 197c6fd0081969c09082da9002cf4fb52cd7d6e5 /EssentialsGroupManager/src/Changelog.txt | |
parent | f03e41536b983a494d9382fef220cb4d708844a4 (diff) | |
download | Essentials-34a323125f43754737959d966c29e30aeaf73f81.tar Essentials-34a323125f43754737959d966c29e30aeaf73f81.tar.gz Essentials-34a323125f43754737959d966c29e30aeaf73f81.tar.lz Essentials-34a323125f43754737959d966c29e30aeaf73f81.tar.xz Essentials-34a323125f43754737959d966c29e30aeaf73f81.zip |
Prevent GM's own permission tests from allowing inherited permissions to override inherited negations (caused when we added the exception override for sub groups).
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 849f11e95..bc050c97b 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -231,4 +231,5 @@ v2.1: - Set a default mirror map if none is found in the config.
- Fix clones forgetting sub groups.
- Prevent players who have never logged in before from taking over existing accounts.
- - Added metrics.
\ No newline at end of file + - Added metrics.
+ - Prevent GM's own permission tests from allowing inherited permissions to override inherited negations (caused when we added the exception override for sub groups).
\ No newline at end of file |