diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-04-18 00:39:14 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-04-18 00:39:14 +0100 |
commit | 00c87c0e6090a7477c83f69e6025e8aee49e04cf (patch) | |
tree | 65097e3ec8f90771c790f27213c16d88ee819ea9 /EssentialsGroupManager/src/Changelog.txt | |
parent | 507ecc47b6c87c4e53282ea3afe78bc44a36b550 (diff) | |
parent | 6ac8abdac85e85b30aac1e94b4326cc52c41bf39 (diff) | |
download | Essentials-00c87c0e6090a7477c83f69e6025e8aee49e04cf.tar Essentials-00c87c0e6090a7477c83f69e6025e8aee49e04cf.tar.gz Essentials-00c87c0e6090a7477c83f69e6025e8aee49e04cf.tar.lz Essentials-00c87c0e6090a7477c83f69e6025e8aee49e04cf.tar.xz Essentials-00c87c0e6090a7477c83f69e6025e8aee49e04cf.zip |
Merge remote branch 'remotes/origin/groupmanager'
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 |