fix(GTA Util): Fixed member name
This commit is contained in:
parent
714a5a5b30
commit
ce695e60e3
@ -25,7 +25,7 @@ namespace big::gta_util
|
||||
{
|
||||
if (auto ped = ped_factory->m_local_ped)
|
||||
{
|
||||
return ped->m_playerinfo;
|
||||
return ped->m_player_info;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user