mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add stack trace to transform log. (#3938)
This commit is contained in:
@@ -1187,7 +1187,7 @@ public abstract partial class SharedTransformSystem
|
||||
else
|
||||
{
|
||||
if (!_mapManager.IsMap(uid))
|
||||
Logger.Warning($"Failed to attach entity to map or grid. Entity: ({ToPrettyString(uid)}).");
|
||||
_logger.Warning($"Failed to attach entity to map or grid. Entity: ({ToPrettyString(uid)}). Trace: {Environment.StackTrace}");
|
||||
|
||||
DetachParentToNull(uid, xform);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user