From 2f54409ca594959edca88dbb8c48cd5acfdf9e52 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 10 Nov 2021 18:28:13 +0100 Subject: [PATCH] my bad --- Content.Server/Stack/StackSystem.cs | 3 --- 1 file changed, 3 deletions(-) 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;