fix(UpdatePointers): Fixed issue where the player point would not be up to date

This commit is contained in:
Yimura 2021-08-03 20:29:13 +02:00
parent 92f50b12c8
commit 4f29578d15

View File

@ -5,7 +5,6 @@ namespace big
{
void looped::system_update_pointers()
{
if (g_local_player == nullptr)
g_local_player = gta_util::get_local_ped();
g_local_player = gta_util::get_local_ped();
}
}