fix(player_db): fix player database (#2166)

This commit is contained in:
maybegreat48
2023-09-20 12:48:44 +00:00
committed by GitHub
parent 5e177ef151
commit 5a2dfb90b6
4 changed files with 17 additions and 4 deletions

View File

@ -327,7 +327,7 @@ namespace big
for (auto& bucket : gamer_handle_buckets)
{
rage::rlTaskStatus status{};
rage::rlScTaskStatus status{};
rage::rlQueryPresenceAttributesContext contexts[bucket_size][9]{};
rage::rlQueryPresenceAttributesContext* contexts_per_player[bucket_size]{};