diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-09-03 15:29:44 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-09-03 15:29:44 +0100 |
commit | e2024ca2b63112cbb343812e4d4354c98245e03b (patch) | |
tree | d8a85f269ef6d8f4621342237538af0cfa94a25c /EssentialsGroupManager/src/Changelog.txt | |
parent | 80491513a2ba82889d95dd246bfd0482a519e276 (diff) | |
download | Essentials-e2024ca2b63112cbb343812e4d4354c98245e03b.tar Essentials-e2024ca2b63112cbb343812e4d4354c98245e03b.tar.gz Essentials-e2024ca2b63112cbb343812e4d4354c98245e03b.tar.lz Essentials-e2024ca2b63112cbb343812e4d4354c98245e03b.tar.xz Essentials-e2024ca2b63112cbb343812e4d4354c98245e03b.zip |
- Invalid groups assigned to players in users.yml will no longer cause
a crash. GM will now set them to the default group instead.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 86f6e521f..401d762f1 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -4,4 +4,5 @@ v 1.1: - Fixed users being able to use 'manuadd' to add users to higher groups than their own.
- 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>'.
\ No newline at end of file + - 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 |