diff options
Diffstat (limited to 'src/gui/windows/serverdialog.cpp')
-rw-r--r-- | src/gui/windows/serverdialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp index faae75ab3..af29da656 100644 --- a/src/gui/windows/serverdialog.cpp +++ b/src/gui/windows/serverdialog.cpp @@ -68,7 +68,6 @@ static std::string serverTypeToString(const ServerInfo::Type type) return "eAthena"; #endif default: - case ServerInfo::MANASERV: case ServerInfo::UNKNOWN: return ""; } @@ -86,7 +85,6 @@ static uint16_t defaultPortForServerType(const ServerInfo::Type type) case ServerInfo::UNKNOWN: case ServerInfo::TMWATHENA: case ServerInfo::EVOL: - case ServerInfo::MANASERV: return 6901; } } |