summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-08-03 08:54:06 +0100
committerElgarL <ElgarL@palmergames.com>2012-08-03 08:54:06 +0100
commitc7907fcb59f63ca62d5947c7bb45fa2d48fe89b5 (patch)
tree0678469c68ee3fe0d58999163ec89e818e613a47 /EssentialsGroupManager/src/Changelog.txt
parent16c0ea0d4df01bafa3ae2cdeec2fa005d07a7514 (diff)
downloadEssentials-c7907fcb59f63ca62d5947c7bb45fa2d48fe89b5.tar
Essentials-c7907fcb59f63ca62d5947c7bb45fa2d48fe89b5.tar.gz
Essentials-c7907fcb59f63ca62d5947c7bb45fa2d48fe89b5.tar.lz
Essentials-c7907fcb59f63ca62d5947c7bb45fa2d48fe89b5.tar.xz
Essentials-c7907fcb59f63ca62d5947c7bb45fa2d48fe89b5.zip
Fix a cases sensitivity bug in world loading.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index c8b8260c7..bf14359a2 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -189,4 +189,5 @@ v 2.0:
- Ignore any sub folders in the Worlds folder which start with a period (fix for storing data in svn respoitories).
- Throw a better error than 'null' when someone removes all groups from a yml.
- Stop force removing attachments and let Bukkit handle it's own mess.
- - Change to our own Yaml parsing for globalgroups instead of using the YAMLConfiguration class in bukkit. \ No newline at end of file
+ - Change to our own Yaml parsing for globalgroups instead of using the YAMLConfiguration class in bukkit.
+ - Fix a cases sensitivity bug in world loading. \ No newline at end of file