Fix disposal entry (#10230)
This commit is contained in:
@@ -185,11 +185,7 @@ namespace Content.Server.Disposal.Unit.EntitySystems
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ev.User != null && !_handsSystem.TryDropIntoContainer(ev.User.Value, ev.ToInsert, unit.Container))
|
if (unit.Container.Insert(toInsert))
|
||||||
return;
|
|
||||||
else
|
|
||||||
unit.Container.Insert(toInsert);
|
|
||||||
|
|
||||||
AfterInsert(unit, toInsert);
|
AfterInsert(unit, toInsert);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user