diff options
author | ElgarL <ElgarL@palmergames.com> | 2011-11-01 12:12:32 +0000 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2011-11-01 12:12:32 +0000 |
commit | 57f9bc06b0169326a5065640eeb977d7f32c1c86 (patch) | |
tree | 068f9f697c585c2663139ce89d54dd79641fe220 /EssentialsGroupManager/src/Changelog.txt | |
parent | 97cae6c0cbec86d18b53e6e5acfbf149e2b80179 (diff) | |
download | Essentials-57f9bc06b0169326a5065640eeb977d7f32c1c86.tar Essentials-57f9bc06b0169326a5065640eeb977d7f32c1c86.tar.gz Essentials-57f9bc06b0169326a5065640eeb977d7f32c1c86.tar.lz Essentials-57f9bc06b0169326a5065640eeb977d7f32c1c86.tar.xz Essentials-57f9bc06b0169326a5065640eeb977d7f32c1c86.zip |
Prevent setting 'minutes' in the config to zero causing an error.
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 cc9192da9..5264a88b9 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -63,4 +63,5 @@ v 1.5: - Fixed an error on 'manucheckv'. If the users doesn't have the variable it fell through causing an exception.
- Added checking of subgroups for Info nodes.
- Expanded 'canUserBuild()' to include inheritance and subgroups.
- - Added a config.yml setting of 'validate_toggle' for those who prefer 'mantogglevalidate' to always be off.
\ No newline at end of file + - Added a config.yml setting of 'validate_toggle' for those who prefer 'mantogglevalidate' to always be off.
+ - Prevent setting 'minutes' in the config to zero causing an error.
\ No newline at end of file |