fix(GTA Util): Fixed member name

This commit is contained in:
Yimura
2021-01-20 03:46:02 +01:00
parent 714a5a5b30
commit ce695e60e3

View File

@ -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;
}
}