diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-09-06 10:11:21 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-09-06 10:11:21 +0100 |
commit | 0654a76ccc64b62549ef8f9389b145a2e9a602a4 (patch) | |
tree | 3743855371efd382e0a7371ccd75e1a27968836d /EssentialsGroupManager/src/Changelog.txt | |
parent | aa085de3e78fe09452f815aa92f6c06783fa06bd (diff) | |
download | Essentials-0654a76ccc64b62549ef8f9389b145a2e9a602a4.tar Essentials-0654a76ccc64b62549ef8f9389b145a2e9a602a4.tar.gz Essentials-0654a76ccc64b62549ef8f9389b145a2e9a602a4.tar.lz Essentials-0654a76ccc64b62549ef8f9389b145a2e9a602a4.tar.xz Essentials-0654a76ccc64b62549ef8f9389b145a2e9a602a4.zip |
- Fixed BukkitPerms population. Wasn't correctly setting superperms.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 7005c8cc1..56f52a998 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -8,4 +8,6 @@ v 1.1: - 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.
- - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation.
\ No newline at end of file + - Fix for an infinite loop bug with the new Bukkit Perms during a new user creation.
+v 1.2:
+ - Fixed BukkitPerms population. Wasn't correctly setting superperms.
\ No newline at end of file |