Use correct bdPublicProfileInfo version

This commit is contained in:
BrentVL-1952840 2023-03-28 00:45:17 +02:00
parent 8ab8f996c2
commit d9cd7e3071

View File

@ -24,7 +24,7 @@ namespace demonware
auto* result = new bdPublicProfileInfo; auto* result = new bdPublicProfileInfo;
result->m_entityID = entity_id; result->m_entityID = entity_id;
result->m_VERSION = 4; result->m_VERSION = 3;
if (utils::io::read_file(std::format("players/user/profileInfo_{}", entity_id), &result->m_ddl)) if (utils::io::read_file(std::format("players/user/profileInfo_{}", entity_id), &result->m_ddl))
{ {