Disable old client display for now since it's not working with dummy

This commit is contained in:
def 2014-10-12 18:49:46 +02:00
parent 607a27718e
commit 5cb861c331

View file

@ -363,8 +363,8 @@ void CPlayer::OnPredictedInput(CNetObj_PlayerInput *NewInput)
{
if(m_ClientVersion <= VERSION_DDNET_OLD)
GameServer()->SendBroadcast(g_Config.m_SvClientSuggestionOther, m_ClientID);
if(m_ClientVersion < CLIENT_VERSIONNR)
GameServer()->SendBroadcast(g_Config.m_SvClientSuggestionOld, m_ClientID);
//if(m_ClientVersion < CLIENT_VERSIONNR)
// GameServer()->SendBroadcast(g_Config.m_SvClientSuggestionOld, m_ClientID);
m_FirstPacket = false;
}
}