mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-31 09:46:09 +01:00
aeee6aa3ef
Small mistake that makes fire extinguishers cause a hard delete. Water effects were nulling the effect reagents before calling their parent, but then their parent attempts to QDEL_NULL(reagents) a reference that it can no longer correctly cleanup. The simple solution was to get rid of the Destroy() override on effect/water since it wasn't needed.