Remove the 1 IContainerManager usage (#19477)
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Content.Server.Containers
|
|||||||
|
|
||||||
private void OnDeconstruct(EntityUid uid, EmptyOnMachineDeconstructComponent component, MachineDeconstructedEvent ev)
|
private void OnDeconstruct(EntityUid uid, EmptyOnMachineDeconstructComponent component, MachineDeconstructedEvent ev)
|
||||||
{
|
{
|
||||||
if (!EntityManager.TryGetComponent<IContainerManager>(uid, out var mComp))
|
if (!EntityManager.TryGetComponent<ContainerManagerComponent>(uid, out var mComp))
|
||||||
return;
|
return;
|
||||||
var baseCoords = EntityManager.GetComponent<TransformComponent>(component.Owner).Coordinates;
|
var baseCoords = EntityManager.GetComponent<TransformComponent>(component.Owner).Coordinates;
|
||||||
foreach (var v in component.Containers)
|
foreach (var v in component.Containers)
|
||||||
|
|||||||
Reference in New Issue
Block a user