mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing semicolon
This commit is contained in:
parent
965a976daf
commit
8fda984903
@ -84,7 +84,7 @@ if (GVAR(moveUnitsFromGroupOnUnconscious)) then {
|
||||
};
|
||||
|
||||
[_unit, QGVAR(unconscious), true] call EFUNC(common,setCaptivityStatus);
|
||||
_anim = [_unit] call EFUNC(common,getDeathAnim)
|
||||
_anim = [_unit] call EFUNC(common,getDeathAnim);
|
||||
[_unit, _anim, 1, true] call EFUNC(common,doAnimation);
|
||||
[{
|
||||
_unit = _this select 0;
|
||||
|
Loading…
Reference in New Issue
Block a user