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
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.
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