diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-12-29 14:52:42 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-12-29 14:52:42 +0000 |
commit | 3aba996e97bd5bb90e65ed3166f3666d9122a729 (patch) | |
tree | c06fd28d7ee9629d621072d1030246f12c49dc6d /EssentialsGroupManager/src/Changelog.txt | |
parent | 69847af08aa1ebc91c7808310bb7c7c1183b137f (diff) | |
download | Essentials-3aba996e97bd5bb90e65ed3166f3666d9122a729.tar Essentials-3aba996e97bd5bb90e65ed3166f3666d9122a729.tar.gz Essentials-3aba996e97bd5bb90e65ed3166f3666d9122a729.tar.lz Essentials-3aba996e97bd5bb90e65ed3166f3666d9122a729.tar.xz Essentials-3aba996e97bd5bb90e65ed3166f3666d9122a729.zip |
Changed the way events are raised to prevent variable corruption.
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 dc661f7c3..3929b9d22 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -92,4 +92,5 @@ v 1.8: - Fixed 'manucheckp' returning a null for the searched node when it's a group/subgroup.
- manpromote and mandemote now correctly send the notification to the console if the command was issued there.
- Expanded GlobalGroups.yml and Groups.yml to include Towny permissions.
- - Delayed GroupManager events so Superperms will be fully updated before plugins receive the events.
\ No newline at end of file + - Delayed GroupManager events so Superperms will be fully updated before plugins receive the events.
+ - Changed the way events are raised to prevent variable corruption.
\ No newline at end of file |