mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 17:56:40 +03:00
Add comment about salvage vehicle work around
This commit is contained in:
@@ -36,7 +36,8 @@ _hitpoints = _vehicle call vehicle_getHitpoints;
|
||||
} forEach _hitpoints;
|
||||
|
||||
if (count _hitpoints > 0) then {
|
||||
// Localized in A2OA\Expansion\dta\languagecore
|
||||
_cancel = dayz_myCursorTarget addAction [localize "str_action_cancel_action", "\z\addons\dayz_code\actions\repair_cancel.sqf","repair", 0, true, false];
|
||||
s_player_repairActions set [count s_player_repairActions,_cancel];
|
||||
s_player_repair_crtl = 1;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user