summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-02-15 06:15:31 +0000
committerElgarL <ElgarL@palmergames.com>2012-02-15 06:15:31 +0000
commit59679e04232e59a65655d34b7ac47afd4d1651ac (patch)
tree8fecc10efe60e5f7ccdd0be539b01e6a43e5a97a /EssentialsGroupManager/src/Changelog.txt
parent4a5c431163098bd64cfe227eeaf2bb12906c6840 (diff)
downloadEssentials-59679e04232e59a65655d34b7ac47afd4d1651ac.tar
Essentials-59679e04232e59a65655d34b7ac47afd4d1651ac.tar.gz
Essentials-59679e04232e59a65655d34b7ac47afd4d1651ac.tar.lz
Essentials-59679e04232e59a65655d34b7ac47afd4d1651ac.tar.xz
Essentials-59679e04232e59a65655d34b7ac47afd4d1651ac.zip
Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent
as it's all handled in PlayerChangedWorldEvent. This also means we no longer update permissions before we change worlds.
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 fc64363d1..4cfc241c4 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -139,4 +139,5 @@ v 1.9:
- Fix world mirroring so it correctly creates data files and data sources for partially mirrored worlds.
- Fixed world mirroring so it returns the correct data for the requested world.
- Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data.
- - Depreciate PlayerTeleportEvent as it's all handled in PlayerChangedWorldEvent. \ No newline at end of file
+ - Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent as it's all handled in PlayerChangedWorldEvent.
+ This also means we no longer update permissions before we change worlds. \ No newline at end of file