summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-01-24 14:21:07 +0000
committerElgarL <ElgarL@palmergames.com>2012-01-24 14:21:07 +0000
commit5f626f18662664fe226d04d91767cb913dab64f9 (patch)
treebb7b5dba9e4512e81a956b08c9f2129ce7d09a8b /EssentialsGroupManager/src/Changelog.txt
parent7d011cfe3adaacbc6412f6e1977f33661e50ddf5 (diff)
downloadEssentials-5f626f18662664fe226d04d91767cb913dab64f9.tar
Essentials-5f626f18662664fe226d04d91767cb913dab64f9.tar.gz
Essentials-5f626f18662664fe226d04d91767cb913dab64f9.tar.lz
Essentials-5f626f18662664fe226d04d91767cb913dab64f9.tar.xz
Essentials-5f626f18662664fe226d04d91767cb913dab64f9.zip
addSubGroup now returns a boolean for success/failure.
'/manuaddsub' now correctly reports if it was able to add the sub group.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 22e812dd6..5d9f1fff5 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -113,4 +113,7 @@ v 1.9:
- Fixed infinite loop error on player join.
- 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
+ - 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.
+ - Changed addSubGroup() to only add the group if it doesn't already exist (no need to update an already existing group).
+ - addSubGroup now returns a boolean for success/failure.
+ - '/manuaddsub' now correctly reports if it was able to add the sub group. \ No newline at end of file