From 27ff43c0ac3f0ba21a25a5948247df027e4c2d47 Mon Sep 17 00:00:00 2001 From: ElgarL Date: Wed, 9 Jan 2013 03:55:26 +0000 Subject: Clear our attachment map upon a manload so we correctly reconfigure a players new permissions. --- EssentialsGroupManager/src/Changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 4ea195a5d..57fb16576 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -203,4 +203,5 @@ v 2.0: - Add alphabetically sorted user lists. - allWorldsDataList now returns fully mirrored worlds which are not identical mirrors (fixes the /manselect list). - Add support for Rcon. - - Prevent GM commands from being used on CommandBlocks. \ No newline at end of file + - Prevent GM commands from being used on CommandBlocks. + - Clear our attachment map upon a manload so we correctly reconfigure a players new permissions. \ No newline at end of file -- cgit v1.2.3 From f25693026905df423b8e92f9cb252a292c50fcab Mon Sep 17 00:00:00 2001 From: ElgarL Date: Wed, 9 Jan 2013 14:38:00 +0000 Subject: Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks). --- EssentialsGroupManager/src/Changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EssentialsGroupManager/src/Changelog.txt') diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 57fb16576..175d59959 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -204,4 +204,5 @@ v 2.0: - allWorldsDataList now returns fully mirrored worlds which are not identical mirrors (fixes the /manselect list). - Add support for Rcon. - Prevent GM commands from being used on CommandBlocks. - - Clear our attachment map upon a manload so we correctly reconfigure a players new permissions. \ No newline at end of file + - Clear our attachment map upon a manload so we correctly reconfigure a players new permissions. + - Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks). \ No newline at end of file -- cgit v1.2.3