Kyoril / mmo

This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
https://discord.gg/WQEbswvMZG
30 stars 10 forks source link

Disconnected message when no world is available #39

Open Kyoril opened 1 week ago

Kyoril commented 1 week ago

When a player wants to enter a world with a character and there is no world server available, the client goes back to the login screen and just says disconnected.

In fact the client is still connected and should instead say "No world server available." and let the player continue in the character selection screen instead.