Fix potted plant container name.

This commit is contained in:
Pieter-Jan Briers
2020-07-31 01:23:52 +02:00
parent 7c1acf2fe1
commit 8fdb9cbe80

View File

@@ -27,7 +27,7 @@ namespace Content.Server.GameObjects.Components
base.Initialize();
_itemContainer =
ContainerManagerComponent.Ensure<ContainerSlot>("flashlight_cell_container", Owner, out _);
ContainerManagerComponent.Ensure<ContainerSlot>("potted_plant_hide", Owner, out _);
}
bool IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs)