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
commit6642d9996a48c28905774277501148f6ab304040 (patch)
treed099101bf2d349064a4df510ffc197d8036f714d /EssentialsGroupManager/src/Changelog.txt
parent29ca77791c8f7fd4e44b1fd3f0217f3666dbe63a (diff)
downloadEssentials-6642d9996a48c28905774277501148f6ab304040.tar
Essentials-6642d9996a48c28905774277501148f6ab304040.tar.gz
Essentials-6642d9996a48c28905774277501148f6ab304040.tar.lz
Essentials-6642d9996a48c28905774277501148f6ab304040.tar.xz
Essentials-6642d9996a48c28905774277501148f6ab304040.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