diff --git a/Content.Server/GameObjects/Components/PottedPlantHideComponent.cs b/Content.Server/GameObjects/Components/PottedPlantHideComponent.cs index 3e3f30afda..a25e6730b3 100644 --- a/Content.Server/GameObjects/Components/PottedPlantHideComponent.cs +++ b/Content.Server/GameObjects/Components/PottedPlantHideComponent.cs @@ -27,7 +27,7 @@ namespace Content.Server.GameObjects.Components base.Initialize(); _itemContainer = - ContainerManagerComponent.Ensure("flashlight_cell_container", Owner, out _); + ContainerManagerComponent.Ensure("potted_plant_hide", Owner, out _); } bool IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs)