diff --git a/Content.Server/Stack/StackSystem.cs b/Content.Server/Stack/StackSystem.cs index 1a71bae11f..1caafeb1cc 100644 --- a/Content.Server/Stack/StackSystem.cs +++ b/Content.Server/Stack/StackSystem.cs @@ -52,9 +52,6 @@ namespace Content.Server.Stack ? stackType.Spawn : stack.Owner.Prototype?.ID; - if (prototype == null) - return null; - // Try to remove the amount of things we want to split from the original stack... if (!Use(uid, amount, stack)) return null;