Use correct bdPublicProfileInfo version
This commit is contained in:
parent
8ab8f996c2
commit
d9cd7e3071
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user