refactor(VehicleUtil): Optimised bring vehicle

This commit is contained in:
Yimura
2021-05-25 14:11:13 +02:00
parent 2093db6220
commit 70cbd2eb7a
2 changed files with 7 additions and 3 deletions

View File

@ -27,8 +27,6 @@ namespace big
location = ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true);
entity::take_control_of(veh);
vehicle::bring(veh, location);
}QUEUE_JOB_END_CLAUSE
}