mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
parent
fc3583a18e
commit
1bea7a2cd5
|
@ -1509,7 +1509,7 @@ void CMenus::RenderServerbrowserFriends(CUIRect View)
|
|||
str_copy(g_Config.m_UiServerAddress, Friend.ServerInfo()->m_aAddress);
|
||||
if(Input()->MouseDoubleClick())
|
||||
{
|
||||
Client()->Connect(g_Config.m_UiServerAddress);
|
||||
Connect(g_Config.m_UiServerAddress);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue