diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-06-24 13:10:22 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-06-24 13:10:22 +0100 |
commit | 51d61e7a915aa86d4291516dede211ec454c630f (patch) | |
tree | d72d77f5b263285b349cb50b1219ff93f69d5a06 /EssentialsGroupManager/src/Changelog.txt | |
parent | 656f25dc97f6b094b86131263d17a6d8069370f7 (diff) | |
download | Essentials-51d61e7a915aa86d4291516dede211ec454c630f.tar Essentials-51d61e7a915aa86d4291516dede211ec454c630f.tar.gz Essentials-51d61e7a915aa86d4291516dede211ec454c630f.tar.lz Essentials-51d61e7a915aa86d4291516dede211ec454c630f.tar.xz Essentials-51d61e7a915aa86d4291516dede211ec454c630f.zip |
Fix loading users with only numerals in their names to be seen as
strings.
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 134d40250..3b44270c6 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -184,4 +184,5 @@ v 2.0: - Prevent null perms getting past the GlobalGroups loader.
- Fix forgetting sub groups on a manload.
- Allow 'manucheckp' to notify when superperms reports false but it is really negated.
- - Only output a Data update message if something has changed.
\ No newline at end of file + - Only output a Data update message if something has changed.
+ - Fix loading users with only numerals in their names to be seen as strings.
\ No newline at end of file |