mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(UpdatePointers): Fixed issue where the player point would not be up to date
This commit is contained in:
parent
fdbf835d2f
commit
478e3e9304
@ -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();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user