mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 01:31:51 +03:00
0.9 + pre 1.7.5
This commit is contained in:
@@ -47,7 +47,6 @@ if (_section and _hasToolbox) then {
|
||||
|
||||
{dayz_myCursorTarget removeAction _x} forEach s_player_repairActions;s_player_repairActions = [];
|
||||
dayz_myCursorTarget = objNull;
|
||||
s_player_repair_crtl = -1;
|
||||
|
||||
//check if repaired fully
|
||||
_hitpoints = _vehicle call vehicle_getHitpoints;
|
||||
@@ -63,4 +62,5 @@ _allFixed = true;
|
||||
if (_allFixed) then {
|
||||
_vehicle setDamage 0;
|
||||
["dayzUpdateVehicle",[_vehicle,"repair"]] call callRpcProcedure;
|
||||
};
|
||||
};
|
||||
s_player_repair_crtl = -1;
|
||||
Reference in New Issue
Block a user