Unstable v0.10.600.0
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Barotrauma
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
DebugConsole.NewMessage($"Failed to load hash cache: {e.Message}\n{e.StackTrace}", Microsoft.Xna.Framework.Color.Orange);
|
||||
DebugConsole.NewMessage($"Failed to load hash cache: {e.Message}\n{e.StackTrace.CleanupStackTrace()}", Microsoft.Xna.Framework.Color.Orange);
|
||||
cache.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user