diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-04-16 23:54:33 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-04-16 23:54:33 +0100 |
commit | da857895fc2eea8449c98c64719fe1e32f54c80c (patch) | |
tree | ee4ce4808a56f9c12b4315d5163cb69497f7d856 /EssentialsGroupManager/src/Changelog.txt | |
parent | 1599a36642014d2b3284288676999a39b417a841 (diff) | |
download | Essentials-da857895fc2eea8449c98c64719fe1e32f54c80c.tar Essentials-da857895fc2eea8449c98c64719fe1e32f54c80c.tar.gz Essentials-da857895fc2eea8449c98c64719fe1e32f54c80c.tar.lz Essentials-da857895fc2eea8449c98c64719fe1e32f54c80c.tar.xz Essentials-da857895fc2eea8449c98c64719fe1e32f54c80c.zip |
Re-initialize the WorldsHolder on a reload, as un-registering and
re-registering a new holder means all plugins have to check for the new
service on every quiery.
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 f900d5aa9..fcdc1ed9d 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -179,4 +179,5 @@ v 2.0: - Unregister the worldsHolder as a service on a reload/shutdown instead of the whole plugin.
- Update all code formatting to use tabs for indentation.
- Stop using our own deprecated methods as we tell others to do.
- - Finally remove all deprecated methods.
\ No newline at end of file + - Finally remove all deprecated methods.
+ - Re-initialize the WorldsHolder on a reload, as un-registering and re-registering a new holder means all plugins have to check for the new service on every quiery.
\ No newline at end of file |