mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fix for Vehicle Maintainance
This commit is contained in:
parent
39f45eb855
commit
0ddc7d638d
@ -108,6 +108,7 @@ switch _do do {
|
||||
['Error - Could not find Return Material!',5] call Epoch_message;
|
||||
};
|
||||
_repairarrays pushback [_hitpointname,1];
|
||||
_secondlocalcheck = true;
|
||||
};
|
||||
};
|
||||
|
||||
@ -129,4 +130,4 @@ if !(_repairarrays isequalto []) then {
|
||||
};
|
||||
};
|
||||
|
||||
EPOCH_Vehicle_MaintainLock = false;
|
||||
EPOCH_Vehicle_MaintainLock = false;
|
||||
|
Loading…
Reference in New Issue
Block a user