diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-02-21 18:38:08 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-02-21 18:38:08 +0000 |
commit | c0df77153958bb3cbd3f07c5be305027440a773e (patch) | |
tree | c0df9514affc52bff13f56f0201d2616e08c6e8d /EssentialsGroupManager/src/Changelog.txt | |
parent | 9bd0c33fef968ecac42054888437de96509a433c (diff) | |
download | Essentials-c0df77153958bb3cbd3f07c5be305027440a773e.tar Essentials-c0df77153958bb3cbd3f07c5be305027440a773e.tar.gz Essentials-c0df77153958bb3cbd3f07c5be305027440a773e.tar.lz Essentials-c0df77153958bb3cbd3f07c5be305027440a773e.tar.xz Essentials-c0df77153958bb3cbd3f07c5be305027440a773e.zip |
Update for Bukkit R5 compatability.
Removed some unused variables.
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 31d40413f..0566ef676 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -141,4 +141,5 @@ v 1.9: - Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data.
- Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent as it's all handled in PlayerChangedWorldEvent.
This also means we no longer update permissions before we change worlds.
- - A command of '/manload' with no world arguments now performs a full reload of GM.
\ No newline at end of file + - A command of '/manload' with no world arguments now performs a full reload of GM.
+ - Update for Bukkit R5 compatability.
\ No newline at end of file |