This commit is contained in:
PabstMirror 2015-04-29 16:57:24 -05:00
parent 5fef446c00
commit f90834eeab

View File

@ -30,9 +30,3 @@ if ([_target] call FUNC(isBeingDragged)) then {
};
_vehicle = [_caller, _target] call EFUNC(common,loadPerson);
if (!isNull _vehicle) then {
if (!isnil QGVAR(DROP_ADDACTION)) then {
_caller removeAction GVAR(DROP_ADDACTION);
GVAR(DROP_ADDACTION) = nil;
};
};