disable new log message in Save Anywhere that spams errors
This commit is contained in:
parent
7d84f5d64f
commit
23270ed543
|
@ -176,7 +176,7 @@ namespace Omegasis.SaveAnywhere
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
this.Monitor.Log($"Error pathfinding NPC {npc.name}: {ex}", LogLevel.Error);
|
||||
//this.Monitor.Log($"Error pathfinding NPC {npc.name}: {ex}", LogLevel.Error);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue