summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-01-25 23:44:14 +0000
committerElgarL <ElgarL@palmergames.com>2012-01-25 23:44:14 +0000
commit746eb353a2f9ef0b75406d8afc0dc7cef2b7766b (patch)
tree45e41c56832243f71fe22253a1b505d914b3f9fd /EssentialsGroupManager/src/Changelog.txt
parent3708f2b3bba8b071ef947b3d05229df48701541d (diff)
downloadEssentials-746eb353a2f9ef0b75406d8afc0dc7cef2b7766b.tar
Essentials-746eb353a2f9ef0b75406d8afc0dc7cef2b7766b.tar.gz
Essentials-746eb353a2f9ef0b75406d8afc0dc7cef2b7766b.tar.lz
Essentials-746eb353a2f9ef0b75406d8afc0dc7cef2b7766b.tar.xz
Essentials-746eb353a2f9ef0b75406d8afc0dc7cef2b7766b.zip
Fixed an infinite loop error when using '/manudel' on a logged in
player. It caused setDefaultGroup to trigger a bukkit update when no GM User existed yet.
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 980fa0bd0..5155d6181 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -121,4 +121,5 @@ v 1.9:
- Fix trying to modify an unmodifiable collection breaking superperms.
- Fixed subgroups (I broke earlier).
- Check for a null player object in the PlayerTeleportEvent.
- - Trap errors in fetching the mirrors map. \ No newline at end of file
+ - Trap errors in fetching the mirrors map.
+ - Fixed an infinite loop error when using '/manudel' on a logged in player. It caused setDefaultGroup to trigger a bukkit update when no GM User existed yet. \ No newline at end of file