diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-04-01 03:44:37 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-04-01 03:44:37 +0100 |
commit | 3f732725245955da9e3e2527a00a6150bec18044 (patch) | |
tree | c873a1e2e961d355695d0cbdd26dd45ab345355d /EssentialsGroupManager/src/Changelog.txt | |
parent | 590357004d324122fcc4ec0f61f7b73b6b395d34 (diff) | |
download | Essentials-3f732725245955da9e3e2527a00a6150bec18044.tar Essentials-3f732725245955da9e3e2527a00a6150bec18044.tar.gz Essentials-3f732725245955da9e3e2527a00a6150bec18044.tar.lz Essentials-3f732725245955da9e3e2527a00a6150bec18044.tar.xz Essentials-3f732725245955da9e3e2527a00a6150bec18044.zip |
Force remove player attachments on disconnect, and tidyup during player
join in case of any errors. Fixes a bug of losing permissions.
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 c57b050c3..c6f45bb01 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -156,4 +156,5 @@ v 1.9: - Auto rename all case sensitive world folders to lower case (if possible).
- Update GlobalGroups.yml for new/changed Towny permission nodes.
- Stop attempting to push empty permissions when players edit the yml's incorrectly.
- - Catch errors caused by bad indentation in yml's.
\ No newline at end of file + - Catch errors caused by bad indentation in yml's.
+ - Force remove player attachments on disconnect, and tidyup during player join in case of any errors. Fixes a bug of losing permissions.
\ No newline at end of file |