summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-18 22:22:35 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-18 22:22:35 +0100
commitcd7bf5eff2a1daeb9ad792820265c70ff8b3e0dc (patch)
treeba755abade6cd010eb09ff82cee5ef90b9fff13e /EssentialsGroupManager/src/Changelog.txt
parent6ac8abdac85e85b30aac1e94b4326cc52c41bf39 (diff)
downloadEssentials-cd7bf5eff2a1daeb9ad792820265c70ff8b3e0dc.tar
Essentials-cd7bf5eff2a1daeb9ad792820265c70ff8b3e0dc.tar.gz
Essentials-cd7bf5eff2a1daeb9ad792820265c70ff8b3e0dc.tar.lz
Essentials-cd7bf5eff2a1daeb9ad792820265c70ff8b3e0dc.tar.xz
Essentials-cd7bf5eff2a1daeb9ad792820265c70ff8b3e0dc.zip
Prevent null perms getting past the GlobalGroups loader.
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 fcdc1ed9d..e321c7741 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -180,4 +180,5 @@ v 2.0:
- 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.
- - 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
+ - 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.
+ - Prevent null perms getting past the GlobalGroups loader. \ No newline at end of file