diff options
author | ElgarL <ElgarL@palmergames.com> | 2013-02-25 13:49:18 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2013-02-25 13:49:18 +0000 |
commit | cc83553d7286691377a3b41417ef5ddb7effae69 (patch) | |
tree | 8b0b0295cd5b7c51ffc502f9b9e95e4efbace2c8 /EssentialsGroupManager/src/Changelog.txt | |
parent | 643a9be9858c2d3292f7758124278a06f12496d9 (diff) | |
download | Essentials-cc83553d7286691377a3b41417ef5ddb7effae69.tar Essentials-cc83553d7286691377a3b41417ef5ddb7effae69.tar.gz Essentials-cc83553d7286691377a3b41417ef5ddb7effae69.tar.lz Essentials-cc83553d7286691377a3b41417ef5ddb7effae69.tar.xz Essentials-cc83553d7286691377a3b41417ef5ddb7effae69.zip |
Store worldSelection indexed on the senders name rather than the object
(fixes commandblocks using manselect).
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 64c9d98b3..f7c66782a 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -218,4 +218,5 @@ v 2.0: - Added a new mirroring option in the config of 'all_unnamed_worlds'. This will cause all new or unnamed worlds to use this mirroring.
- Don't allow adding a node with '/manuaddp' and '/mangaddp' which is already negated.
- Warn when adding a node where an exception already exist.
- - Only prevent adding nodes with '/manuaddp' and '/mangaddp' if they are exact matches (not wildcards).
\ No newline at end of file + - Only prevent adding nodes with '/manuaddp' and '/mangaddp' if they are exact matches (not wildcards).
+ - Store worldSelection indexed on the senders name rather than the object (fixes commandblocks using manselect).
\ No newline at end of file |