Skip to content

Commit

Permalink
Remove statusEffect_set on respawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Dystopian committed Aug 27, 2017
1 parent b6f64b3 commit f11c06b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/refuel/functions/fnc_handleRespawn.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ TRACE_1("respawn",_unit);

if (isNull (_unit getVariable [QGVAR(nozzle), objNull])) exitWith {};

[_unit, "forceWalk", "ACE_refuel", false] call EFUNC(common,statusEffect_set);
_unit setVariable [QGVAR(selectedWeaponOnRefuel), nil];
_unit setVariable [QGVAR(isRefueling), false];
_unit setVariable [QGVAR(nozzle), nil, true];
Expand Down

0 comments on commit f11c06b

Please sign in to comment.