diff --git a/SQF/dayz_code/compile/player_upgradeVehicle.sqf b/SQF/dayz_code/compile/player_upgradeVehicle.sqf index f4583fec9..143110043 100644 --- a/SQF/dayz_code/compile/player_upgradeVehicle.sqf +++ b/SQF/dayz_code/compile/player_upgradeVehicle.sqf @@ -129,6 +129,7 @@ if (_IsNearVehicle >= 1) then { publicVariableServer "PVDZE_veh_Upgrade"; cutText [(localize "STR_EPOCH_VEHUP_SUCCESS"), "PLAIN DOWN"]; + {player reveal _x;} count (nearestObjects [player,["AllVehicles"],30]); }; } else { @@ -154,4 +155,4 @@ else { cutText [(localize "STR_EPOCH_PLAYER_27"), "PLAIN DOWN"]; }; -DZE_ActionInProgress = false; \ No newline at end of file +DZE_ActionInProgress = false;