This commit is contained in:
Paul
2021-11-10 18:28:13 +01:00
parent 2f95d77060
commit 2f54409ca5

View File

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