Add forgotten call

This commit is contained in:
heinrich5991 2023-01-12 16:18:03 +01:00
parent a93f89c72a
commit f2530cfbf2

View file

@ -4062,6 +4062,7 @@ void CClient::InitChecksum()
pData->m_Version = GameClient()->DDNetVersion();
pData->m_SizeofClient = sizeof(*this);
pData->m_SizeofConfig = sizeof(pData->m_Config);
pData->InitFiles();
}
#ifndef DDNET_CHECKSUM_SALT