diff --git a/Robust.Shared/Containers/SharedContainerSystem.Remove.cs b/Robust.Shared/Containers/SharedContainerSystem.Remove.cs index 2deedc6af..512136abc 100644 --- a/Robust.Shared/Containers/SharedContainerSystem.Remove.cs +++ b/Robust.Shared/Containers/SharedContainerSystem.Remove.cs @@ -22,7 +22,7 @@ public abstract partial class SharedContainerSystem /// If not specified, and reparent option is true, then the entity will either be inserted into a parent /// container, the grid, or the map. /// Optional final local rotation after removal. Avoids redundant move events. - public bool Insert( + public bool Remove( Entity toRemove, BaseContainer container, bool reparent = true,