diff --git a/SQF/dayz_code/actions/unlock_veh.sqf b/SQF/dayz_code/actions/unlock_veh.sqf index c17bdedf5..55cdd6ae1 100644 --- a/SQF/dayz_code/actions/unlock_veh.sqf +++ b/SQF/dayz_code/actions/unlock_veh.sqf @@ -16,7 +16,7 @@ if(player distance _vehicle < 10) then { publicVariable "PVDZE_veh_Lock"; }; - cutText [format["[%1] used to unlock vehicle.",_key], "PLAIN"]; + cutText [format["%1 used to unlock vehicle.",_key], "PLAIN"]; }; s_player_lockUnlock_crtl = -1;