diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-10-02 18:00:42 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-10-02 18:00:42 +0100 |
commit | 49e2c38289f4ca2eaa09f4f469376b45772ca8c0 (patch) | |
tree | d07fa6d00ec33e08b8131d343f9818f479eae386 /EssentialsGroupManager/src/Changelog.txt | |
parent | 3030093907930543521d27e6f8e814251bc08b59 (diff) | |
download | Essentials-49e2c38289f4ca2eaa09f4f469376b45772ca8c0.tar Essentials-49e2c38289f4ca2eaa09f4f469376b45772ca8c0.tar.gz Essentials-49e2c38289f4ca2eaa09f4f469376b45772ca8c0.tar.lz Essentials-49e2c38289f4ca2eaa09f4f469376b45772ca8c0.tar.xz Essentials-49e2c38289f4ca2eaa09f4f469376b45772ca8c0.zip |
Fix for Bukkit passing a null To location on a player Portaling
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 bae06f1de..b8034e19c 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -34,4 +34,5 @@ v 1.2: - Attempt to stop GM wiping groups/users yml's on a bad shut down.
- Added event handling to manage new world creation at runtime.
- Added the ability to handle unknown worlds at server start.
- (GM will create the data files for any worlds it finds which are not in the config.yml)
\ No newline at end of file + (GM will create the data files for any worlds it finds which are not in the config.yml)
+ - Fix for Bukkit passing a null To location on a player Portaling
\ No newline at end of file |