Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
156 stars 51 forks source link

Early network event crash fix #209

Closed localcc closed 9 months ago

localcc commented 2 years ago

When an event gets sent early in the world loading phase(first player join chat message), the game crashes because GetCircuit returns null.

Panakotta00 commented 2 years ago

This seems to be a bandaid fix to the actual cause of the issue, as the even simply should not be triggered, and components are expected to have a circuit... so the issue has to be somewhere else... but first and fore most we need to know what the actual issue is

Panakotta00 commented 9 months ago

Because no further changes were made and the issue may have been fixed (unchecked)... will close the PR