From 126c863f454e4e4092a57b55b77e3c3c8660968d Mon Sep 17 00:00:00 2001
From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Date: Tue, 7 Nov 2023 16:18:08 +1100
Subject: [PATCH] Hotfix containersystem.remove (#4560)
---
Robust.Shared/Containers/SharedContainerSystem.Remove.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,