diff --git a/SQF/dayz_code/compile/player_upgradeVehicle.sqf b/SQF/dayz_code/compile/player_upgradeVehicle.sqf index 80d3fa761..8e6c3567c 100644 --- a/SQF/dayz_code/compile/player_upgradeVehicle.sqf +++ b/SQF/dayz_code/compile/player_upgradeVehicle.sqf @@ -147,6 +147,7 @@ if (_IsNearVehicle >= 1) then { } forEach _objWpnTypes; player reveal _object; + cutText [(localize "STR_EPOCH_VEHUP_SUCCESS"), "PLAIN DOWN"]; } else {