Verb predict (#5638)
This commit is contained in:
@@ -142,7 +142,7 @@ namespace Content.Server.Cargo.Components
|
||||
// attempt to attach the label
|
||||
if (_entMan.TryGetComponent(product, out PaperLabelComponent label))
|
||||
{
|
||||
EntitySystem.Get<ItemSlotsSystem>().TryInsert(Owner, label.LabelSlot, printed);
|
||||
EntitySystem.Get<ItemSlotsSystem>().TryInsert(Owner, label.LabelSlot, printed, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user