Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] [NO GBP] Fixes deconstruction of closets & crates under a sp…
…ecial case (#2924) * [NO GBP] Fixes deconstruction of closets & crates under a special case (#82612) ## About The Pull Request So if a closet/crate has the `NO_DEBRIS_AFTER_DECONSTRUCTION` set on it and if someone/something is still inside, then after deconstruction they get deleted rather than getting dumped out first. Could cause potential hard delete of mobs & stuff. We don't want to deal with that ## Changelog :cl: fix: closets & crates will dump all contents out first before deleting itself regardless of `NO_DEBRIS_AFTER_DECONSTRUCTION` thus not for e.g. hard deleting mobs inside it /:cl: * [NO GBP] Fixes deconstruction of closets & crates under a special case --------- Co-authored-by: NovaBot <[email protected]> Co-authored-by: SyncIt21 <[email protected]>
- Loading branch information