Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor] Another reloader crash fix (Phobos-developers#1356)
Current techno destructor will only clear TransportReloader list when the techno has a Transporter. This might cause issue when the Transporter somehow being destroyed earlier than the techno, resulting in the list fails to be cleared and crash. Removed that Transporter condition to prevent this
- Loading branch information