mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Now can Join Vanilla servers. Closes #96.
This commit is contained in:
parent
a277c7672c
commit
c6fda43369
|
@ -1198,12 +1198,12 @@ void CMenus::OnRender()
|
|||
RenderDemoPlayer(Screen);
|
||||
}
|
||||
|
||||
if(Client()->State() == IClient::STATE_ONLINE && m_pClient->m_ServerMode == m_pClient->SERVERMODE_PUREMOD)
|
||||
/*-if(Client()->State() == IClient::STATE_ONLINE && m_pClient->m_ServerMode == m_pClient->SERVERMODE_PUREMOD)
|
||||
{
|
||||
Client()->Disconnect();
|
||||
SetActive(true);
|
||||
m_Popup = POPUP_PURE;
|
||||
}
|
||||
}*/
|
||||
|
||||
if(!IsActive())
|
||||
{
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue