UnityMMO
UnityMMO copied to clipboard
Client should be forced back to the title screen as soon as connection to server has been dropped
Currently as long as client connects after logging in, they are able to do anything on login/character create menu. Socket exceptions are thrown if anything requires sending a packet to the server currently, which just locks the client up.
IsAuthenticated bool also needs to be reset everytime user enters title/login menu again