disable new log message in Save Anywhere that spams errors

This commit is contained in:
Jesse Plamondon-Willard 2017-08-03 21:05:48 -04:00
parent 7d84f5d64f
commit 23270ed543
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace Omegasis.SaveAnywhere
} }
catch (Exception ex) 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; continue;
} }