mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/repair/functions/fnc_addRepairActions.sqf
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
This commit is contained in:
parent
bf5c661305
commit
03dcb5e21d
@ -31,7 +31,7 @@ if (_type in _initializedClasses) exitWith {};
|
||||
if (_type == "") exitWith {};
|
||||
|
||||
// get selections to ignore
|
||||
([_vehicle] call FUNC(getSelectionsToIgnore)) params["_selectionsToIgnore", "_dependsArray"];
|
||||
([_vehicle] call FUNC(getSelectionsToIgnore)) params ["_selectionsToIgnore", "_dependsArray"];
|
||||
|
||||
// get all hitpoints and selections
|
||||
(getAllHitPointsDamage _vehicle) params [["_hitPoints", []], ["_hitSelections", []]]; // Since 1.82 these are all lower case
|
||||
|
Loading…
Reference in New Issue
Block a user