Files
tbd-station-14/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Pieter-Jan Briers 571d4f7358 Fix disposals bins not automatically flushing after an object is inserted (#25233)
Fix disposals bins not automatically flushing after an object is inserted.

Because of Spaghetti Code™️, AfterInsert() in DisposalUnitSystem still handles insertion itself. Except in all cases except drag/drop insert, the object is already inserted so this check fails and the remaining logic doesn't happen anymore. Fixed now.
2024-02-15 15:52:52 -05:00

31 KiB