my bad
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user