add missing release note
This commit is contained in:
parent
cf5a01bf41
commit
5396d11675
|
@ -165,6 +165,7 @@ namespace Omegasis.SaveAnywhere.Framework
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NPCs (including horse and pets)
|
||||||
foreach (NPC npc in Utility.getAllCharacters())
|
foreach (NPC npc in Utility.getAllCharacters())
|
||||||
{
|
{
|
||||||
// get NPC type
|
// get NPC type
|
||||||
|
|
|
@ -44,4 +44,5 @@ Press `K` to save anywhere. Edit `Save_Anywhere_Config.txt` to configure the key
|
||||||
* Fixed load warp only happening after you move.
|
* Fixed load warp only happening after you move.
|
||||||
* Fixed load not working after you exit to title.
|
* Fixed load not working after you exit to title.
|
||||||
* Fixed some old data being restored if you reload after a normal save.
|
* Fixed some old data being restored if you reload after a normal save.
|
||||||
|
* Fixed player/NPC facing directions not being restored.
|
||||||
* Internal refactoring.
|
* Internal refactoring.
|
||||||
|
|
Loading…
Reference in New Issue