fix(GTA Util): Fixed member name

This commit is contained in:
Yimura 2021-01-20 03:46:02 +01:00
parent 714a5a5b30
commit ce695e60e3
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

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