mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Disable old client display for now since it's not working with dummy
This commit is contained in:
parent
607a27718e
commit
5cb861c331
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue