fix Spelling Issues

This commit is contained in:
jokoho48 2015-08-22 21:32:36 +02:00
parent 19dd55147a
commit fab4c6a67f

View File

@ -21,10 +21,10 @@ if ([_target] call EFUNC(common,isAwake)) exitwith {
["displayTextStructured", [_caller], [[localize LSTRING(CanNotLoaded), [_target] call EFUNC(common,getName)], 1.5, _caller]] call EFUNC(common,targetEvent);
};
if ([_target] call FUNC(isBeingCarried)) then {
["_caller", "_target"] call EFUNC(dragging,dropObject_carry);
[_caller, _target] call EFUNC(dragging,dropObject_carry);
};
if ([_target] call FUNC(isBeingDragged)) then {
["_caller", "_target"] call EFUNC(dragging,dropObject);
[_caller, _target] call EFUNC(dragging,dropObject);
};
_vehicle = ["_caller", "_target"] call EFUNC(common,loadPerson);
_vehicle = [_caller, _target] call EFUNC(common,loadPerson);