seecodenotgames wrote: »When my game crashed and corrupted all my addons the other day, I lost all my EHT data except what it downloads. So there must be a way to delete on of the data files.
["RecentlyVisited"] =
{
["eu"] =
{
[1] =
{
["HouseId"] = 71,
["Timestamp"] = 1700692751,
},
[2] =
{
["HouseId"] = 16,
["Timestamp"] = 1700692677,
},
seecodenotgames wrote: »The open houses are saved on a server so it would just download the file again.
In the saved variables directory there is a file called EssentialHousingTools.lua. Inside it is an array of recently visited houses like this:["RecentlyVisited"] = { ["eu"] = { [1] = { ["HouseId"] = 71, ["Timestamp"] = 1700692751, }, [2] = { ["HouseId"] = 16, ["Timestamp"] = 1700692677, },