From f2530cfbf2a4b2db1c9283bfd55e2e717b320ca3 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Thu, 12 Jan 2023 16:18:03 +0100 Subject: [PATCH] Add forgotten call --- src/engine/client/client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 2c64d4a1d..3089a1f2f 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -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