fix(Toxic): Removed unused variable location
This commit is contained in:
parent
5158cf013f
commit
5fd3ef667d
@ -76,8 +76,6 @@ namespace big::toxic
|
|||||||
else {
|
else {
|
||||||
ent = PED::GET_VEHICLE_PED_IS_IN(ent, false);
|
ent = PED::GET_VEHICLE_PED_IS_IN(ent, false);
|
||||||
|
|
||||||
Vector3 location = self::pos;
|
|
||||||
|
|
||||||
if (entity::take_control_of(ent))
|
if (entity::take_control_of(ent))
|
||||||
ENTITY::APPLY_FORCE_TO_ENTITY(ent, 1, 0.f, 0.f, 50000.f, 0.f, 0.f, 0.f, 0, 0, 1, 1, 0, 1);
|
ENTITY::APPLY_FORCE_TO_ENTITY(ent, 1, 0.f, 0.f, 50000.f, 0.f, 0.f, 0.f, 0, 0, 1, 1, 0, 1);
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user