Skip to content

Commit

Permalink
Interaction - Revert #10249 (#10332)
Browse files Browse the repository at this point in the history
Revert #10249
  • Loading branch information
johnb432 authored Sep 23, 2024
1 parent ce5850a commit fd29079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/interaction/functions/fnc_initAnimActions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private _statement = {

if (!_success) exitWith {};

_target animateSource [_anim, _phase, true];
_target animate [_anim, _phase, true];
},
{},
_text,
Expand Down

0 comments on commit fd29079

Please sign in to comment.