Fix: Show correct IP in server info

This commit is contained in:
def 2013-12-18 04:11:26 +01:00
parent 3f5035fd35
commit 652d742d6a

View file

@ -306,7 +306,7 @@ void CMenus::RenderServerInfo(CUIRect MainView)
"%s: %s\n"
"%s: %s\n",
CurrentServerInfo.m_aName,
Localize("Address"), g_Config.m_UiServerAddress,
Localize("Address"), CurrentServerInfo.m_aAddress,
Localize("Ping"), m_pClient->m_Snap.m_pLocalInfo->m_Latency,
Localize("Version"), CurrentServerInfo.m_aVersion,
Localize("Password"), CurrentServerInfo.m_Flags &1 ? Localize("Yes") : Localize("No")