summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2011-11-02 22:33:29 +0000
committerElgarL <ElgarL@palmergames.com>2011-11-02 22:33:29 +0000
commite873ebd67d3d1379b8a0a8cf18d7b2db9d9320f3 (patch)
tree54d40ef381b6717218a7762f869b53cba353030c /EssentialsGroupManager/src/Changelog.txt
parent57f9bc06b0169326a5065640eeb977d7f32c1c86 (diff)
downloadEssentials-e873ebd67d3d1379b8a0a8cf18d7b2db9d9320f3.tar
Essentials-e873ebd67d3d1379b8a0a8cf18d7b2db9d9320f3.tar.gz
Essentials-e873ebd67d3d1379b8a0a8cf18d7b2db9d9320f3.tar.lz
Essentials-e873ebd67d3d1379b8a0a8cf18d7b2db9d9320f3.tar.xz
Essentials-e873ebd67d3d1379b8a0a8cf18d7b2db9d9320f3.zip
GM will now check to see if it's data files have been changed at each
scheduled save. If the files have been altered (on disc) it will reload, so long as the in-memory data hasn't changed. If the files on Disc have changed AND there have been changes to it's in-memory data it will show a warning. You then MUST issue a '/mansave force' to overwrite the disc files, or a '/manload' to overwrite the memory data.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 5264a88b9..b0d68e24c 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -64,4 +64,8 @@ v 1.5:
- 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.
- - Prevent setting 'minutes' in the config to zero causing an error. \ No newline at end of file
+ - Prevent setting 'minutes' in the config to zero causing an error.
+ - GM will now check to see if it's data files have been changed at each scheduled save.
+ If the files have been altered (on disc) it will reload, so long as the in-memory data hasn't changed.
+ If the files on Disc have changed AND there have been changes to it's in-memory data it will show a warning.
+ You then MUST issue a '/mansave force' to overwrite the disc files, or a '/manload' to overwrite the memory data. \ No newline at end of file