Files
Bubberstation/code/datums/components/jetpack.dm
SkyratBot 756246c939 [MIRROR] Fixes jetpack "Cannot modify null.oldposition" runtimes [MDB IGNORE] (#21098)
* Fixes jetpack "Cannot modify null.oldposition" runtimes (#75355)

Order of operations. We were deleting the trail effect BEFORE
unregistering the mob from the signals that controlled its behavior, so
it was trying to do the thing to something that didn't exist anymore.
Honk.

![image](https://github.com/tgstation/tgstation/assets/6209658/6d7c2eec-547c-47f5-9093-7df42514932c)

* Fixes jetpack "Cannot modify null.oldposition" runtimes

---------

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
2023-05-12 00:50:08 -07:00

5.8 KiB