Remove 700 usages of Component.Owner (#21100)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Content.Server.Administration.Commands
|
||||
|
||||
if (_entManager.TryGetComponent<EntityStorageComponent>(parent, out var storage))
|
||||
{
|
||||
entstorage.Remove(entityUid.Value, storage.Owner, storage);
|
||||
entstorage.Remove(entityUid.Value, parent, storage);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user