This commit is contained in:
Sergeanur
2020-08-24 23:01:51 +03:00
parent 14ed50a559
commit 963e85f047
3 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,7 @@ CPlayerInfo::BlowUpRCBuggy(bool actually)
if (!m_pRemoteVehicle || m_pRemoteVehicle->bRemoveFromWorld)
return;
CRemote::TakeRemoteControlledCarFromPlayer();
CRemote::TakeRemoteControlledCarFromPlayer(actually);
if (actually)
m_pRemoteVehicle->BlowUpCar(FindPlayerPed());
}