mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove spammy log (thanks Skeith)
This commit is contained in:
parent
aef3c8b4fe
commit
d5cf3630ae
|
@ -2310,7 +2310,6 @@ void CGameClient::UpdatePrediction()
|
|||
{
|
||||
if(m_aReceivedTuning[g_Config.m_ClDummy])
|
||||
{
|
||||
dbg_msg("tunezone", "got tuning for zone %d", m_aExpectingTuningForZone[g_Config.m_ClDummy]);
|
||||
m_GameWorld.TuningList()[m_aExpectingTuningForZone[g_Config.m_ClDummy]] = m_aTuning[g_Config.m_ClDummy];
|
||||
m_aReceivedTuning[g_Config.m_ClDummy] = false;
|
||||
m_aExpectingTuningForZone[g_Config.m_ClDummy] = -1;
|
||||
|
|
Loading…
Reference in a new issue