Fix potted plant container name.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Content.Server.GameObjects.Components
|
|||||||
base.Initialize();
|
base.Initialize();
|
||||||
|
|
||||||
_itemContainer =
|
_itemContainer =
|
||||||
ContainerManagerComponent.Ensure<ContainerSlot>("flashlight_cell_container", Owner, out _);
|
ContainerManagerComponent.Ensure<ContainerSlot>("potted_plant_hide", Owner, out _);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs)
|
bool IInteractUsing.InteractUsing(InteractUsingEventArgs eventArgs)
|
||||||
|
|||||||
Reference in New Issue
Block a user