fix(UpdatePointers): Fixed issue where the player point would not be up to date
This commit is contained in:
parent
92f50b12c8
commit
4f29578d15
@ -5,7 +5,6 @@ namespace big
|
|||||||
{
|
{
|
||||||
void looped::system_update_pointers()
|
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();
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user