summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2011-09-03 16:13:43 +0100
committerElgarL <ElgarL@palmergames.com>2011-09-03 16:13:43 +0100
commit88703a92c7b721903ebf6490c681c208d8ecef89 (patch)
tree688ecd7c0c968db4d68bae4e8824dcfe0e1ddd60 /EssentialsGroupManager/src/Changelog.txt
parentd8361bcb894acf13c36ee7b4374796a2e1c1a981 (diff)
downloadEssentials-88703a92c7b721903ebf6490c681c208d8ecef89.tar
Essentials-88703a92c7b721903ebf6490c681c208d8ecef89.tar.gz
Essentials-88703a92c7b721903ebf6490c681c208d8ecef89.tar.lz
Essentials-88703a92c7b721903ebf6490c681c208d8ecef89.tar.xz
Essentials-88703a92c7b721903ebf6490c681c208d8ecef89.zip
- Fix for Users.yml containing only 'users:' causing a crash.
- GroupManager will now generate a fresh Users and Groups yml if either file is empty.
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 401d762f1..2879a9d33 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -5,4 +5,6 @@ v 1.1:
- Added SuperPerms support so GM will update and provide the permissions to plugins which only support Bukkit Perms.
- Added more helpful output to errors on argument lengths.
- GroupManager will now attempt to select the default world when using commands instead of failing and telling you to use '/manselect <world>'.
- - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead. \ No newline at end of file
+ - Invalid groups assigned to players in users.yml will no longer cause a crash. GM will now set them to the default group instead.
+ - Fix for Users.yml containing only 'users:' causing a crash.
+ - GroupManager will now generate a fresh Users and Groups yml if either file is empty. \ No newline at end of file