Go back to server browser

Hey !

I'd want to implement a feature where the player (a client) can return to the server browser menu. From what I understood, when a client is in a session with a server, he no longer has access to the list of available sessions. Is there a way for me to disconnect from the server without using BoltNetwork.Shutdown() -> BoltNetwork.StartClient() ?

Comments