mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed incorrect animation function call
This commit is contained in:
parent
909a87fdd3
commit
72e2690b81
@ -78,10 +78,10 @@ _callerAnim = getText (_config >> "animationCaller");
|
||||
_patietAnim = getText (_confg >> "animationPatient");
|
||||
|
||||
if (_caller != _target && {vehicle _target == _target} && {_patietAnim != ""}) then {
|
||||
[_target, _patietAnim] call EFUNC(common,doMove);
|
||||
[_target, _patietAnim] call EFUNC(common,doAnimation);
|
||||
};
|
||||
if (vehicle _caller == _caller && {_callerAnim != ""}) then {
|
||||
[_caller, _callerAnim] call EFUNC(common,doMove);
|
||||
[_caller, _callerAnim] call EFUNC(common,doAnimation);
|
||||
};
|
||||
|
||||
true;
|
||||
|
Loading…
Reference in New Issue
Block a user