feat(vendor): updated GTAV-Classes (#468)
This commit is contained in:
parent
d01afda8d3
commit
d177a38a7a
@ -20,7 +20,7 @@ namespace big
|
|||||||
|
|
||||||
const auto rockstar_id = net_player->get_net_data()->m_gamer_handle_2.m_rockstar_id;
|
const auto rockstar_id = net_player->get_net_data()->m_gamer_handle_2.m_rockstar_id;
|
||||||
for (std::uint32_t i = 0; i < g_pointers->m_friend_registry->m_friend_count; i++)
|
for (std::uint32_t i = 0; i < g_pointers->m_friend_registry->m_friend_count; i++)
|
||||||
if (rockstar_id == g_pointers->m_friend_registry->m_friends_list->m_data[i].m_rockstar_id)
|
if (rockstar_id == g_pointers->m_friend_registry->get(i)->m_rockstar_id)
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
2
vendor/GTAV-Classes
vendored
2
vendor/GTAV-Classes
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 268dc5d523ab539bfc93b19da5d4be47ead1bd49
|
Subproject commit ae182f14f3230600ef3600aee21c097a869eac08
|
Reference in New Issue
Block a user