summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-01-24 14:08:53 +0000
committerElgarL <ElgarL@palmergames.com>2012-01-24 14:08:53 +0000
commit1dab4f95dd834af67dbc6f6c8e190d62f3e93752 (patch)
treed9ff17659aecd7b71fe4615f92c94b28b25c04a4 /EssentialsGroupManager/src/Changelog.txt
parent125ea7c701c365c0a903c436ef92577742eaad5f (diff)
downloadEssentials-1dab4f95dd834af67dbc6f6c8e190d62f3e93752.tar
Essentials-1dab4f95dd834af67dbc6f6c8e190d62f3e93752.tar.gz
Essentials-1dab4f95dd834af67dbc6f6c8e190d62f3e93752.tar.lz
Essentials-1dab4f95dd834af67dbc6f6c8e190d62f3e93752.tar.xz
Essentials-1dab4f95dd834af67dbc6f6c8e190d62f3e93752.zip
Added recursive loop detection for World mirroring (you may not set the
main world as a mirror of another). Fixed fetching world data so it no longer returns the mirrored world for groups. Each world data holder now points to the correct data set, so can be returned as an object.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index b58f520a8..22e812dd6 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -111,4 +111,6 @@ v 1.9:
- Update GroupManagerBridge for new event system.
- Fixed a random null error upon a player portaling.
- Fixed infinite loop error on player join.
- - Optimized code to only update the player logging in instead of all players online. \ No newline at end of file
+ - Optimized code to only update the player logging in instead of all players online.
+ - Added recursive loop detection for World mirroring (you may not set the main world as a mirror of another).
+ - Fixed fetching world data so it no longer returns the mirrored world for groups. Each world data holder now points to the correct data set, so can be returned as an object. \ No newline at end of file