diff --git a/SQF/dayz_code/compile/player_upgradeVehicle.sqf b/SQF/dayz_code/compile/player_upgradeVehicle.sqf index 65d2139e1..c2f8c51a0 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 {