diff options
author | ElgarL <ElgarL@palmergames.com> | 2013-01-13 16:40:53 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2013-01-13 16:40:53 +0000 |
commit | 675c4b7897d906f1d8ca0ef0176b88dc09049419 (patch) | |
tree | 29b2072dac09283f085d2c5c060b7fa4601ab2a7 | |
parent | ad7009c77ebbb47a9694ed4e7f57e8eb5044beaf (diff) | |
download | Essentials-675c4b7897d906f1d8ca0ef0176b88dc09049419.tar Essentials-675c4b7897d906f1d8ca0ef0176b88dc09049419.tar.gz Essentials-675c4b7897d906f1d8ca0ef0176b88dc09049419.tar.lz Essentials-675c4b7897d906f1d8ca0ef0176b88dc09049419.tar.xz Essentials-675c4b7897d906f1d8ca0ef0176b88dc09049419.zip |
typo in changelog.
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 74e1581a6..bbdab6a4f 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -207,4 +207,4 @@ v 2.0: - Clear our attachment map upon a manload so we correctly reconfigure a players new permissions.
- Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
- Synchronize pushing to Bukkit perms to prevent any ConcurrentModificationException.
- - Do not grant any permissions (nort update Bukkit) if the server is in offline mode and the player has the permission node 'groupmanager.noofflineperms'.
\ No newline at end of file + - Do not grant any permissions (nor update Bukkit) if the server is in offline mode and the player has the permission node 'groupmanager.noofflineperms'.
\ No newline at end of file |