Delta-v/Content.Server/Disposal/Unit/EntitySystems
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
..
BeingDisposedSystem.cs Suffocation alerts for nitrogen breathers (#24373) 2024-01-23 15:17:40 -05:00
DisposableSystem.cs Fix quantum dispose (#24772) 2024-02-04 15:10:30 -05:00
DisposalUnitSystem.cs Fix disposals bins not automatically flushing after an object is inserted (#25233) 2024-02-15 15:52:52 -05:00
DoInsertDisposalUnitEvent.cs Fix gas tank and other hand-interaction bugs (#9700) 2022-07-30 19:56:26 -07:00