From 4b325f61b370b24403fa10616178dceefa773420 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 23 Dec 2018 16:51:38 -0500 Subject: allow Read/WriteSaveFile as soon as the save is loaded --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index ca47a687..eacf0955 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,9 @@ * Added `world_clear` console command to remove spawned or placed entities. * Tweaked installer to reduce antivirus false positives. +* For modders: + * You can now use `ReadSaveData` or `WriteSaveData` immediately after the save is loaded, before the in-game world is initialised. + ## 2.9.3 * For players: * Fixed errors hovering items in some cases with SMAPI 2.9.2. -- cgit