This commit is contained in:
JohnCorby 2021-12-11 21:45:28 -08:00
parent 4fb68a9283
commit 46bc97418f

View File

@ -79,7 +79,7 @@ namespace QSB.WorldSync
} }
catch (Exception ex) catch (Exception ex)
{ {
DebugLog.ToConsole($"Exception - Exception when trying to rebuild WorldObjects of manager {manager.GetType().Name} : {ex.Message} Stacktrace :\r\n{ex.StackTrace}", OWML.Common.MessageType.Error); DebugLog.ToConsole($"Exception - Exception when trying to rebuild WorldObjects of manager {manager.GetType().Name} : {ex.Message} Stacktrace :\r\n{ex.StackTrace}", MessageType.Error);
} }
} }