mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix Spelling Issues
This commit is contained in:
parent
19dd55147a
commit
fab4c6a67f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user