Closed UkoeHB closed 6 months ago
Running systems for a disconnected client just spams transport errors.
Wrapping that into client_connected() function would have better sound.
We need this to run when connecting and connected.
This PR has a bug, since the client needs to update at least once while disconnected in order to send a disconnect packet to the server.
The correct run condition is here.
Running systems for a disconnected client just spams transport errors.