mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix: Show correct IP in server info
This commit is contained in:
parent
3f5035fd35
commit
652d742d6a
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue