mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
More informative logging for PVS deleted/uninitialized entity errors (#6084)
This commit is contained in:
@@ -32,7 +32,7 @@ internal sealed partial class PvsSystem
|
||||
|
||||
if (component.Deleted || !component.Initialized)
|
||||
{
|
||||
Log.Error("Entity manager returned deleted or uninitialized components while sending entity data");
|
||||
Log.Error($"Entity manager returned deleted or uninitialized component of type {component.GetType()} on entity {ToPrettyString(entityUid)} while generating entity state data for {player?.Name ?? "replay"}");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user