Sometime have bug, where bot not closed after character change :"Character changed, closing bot."
And i cant get access to MemoryRobot.Memory.Close(); Any way to avoid it?
if (Logging.ReadLastString(Logging.LogType.Error) == "Character changed, closing bot.")
{
MemoryRobot.Memory.
}