From c3af5e81e7bff1d707df311883fc2728b35b591b Mon Sep 17 00:00:00 2001 From: gienkov Date: Wed, 26 Aug 2015 02:41:12 +0200 Subject: [PATCH] fix my error --- addons/medical/functions/fnc_actionCheckPulseLocal.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/medical/functions/fnc_actionCheckPulseLocal.sqf b/addons/medical/functions/fnc_actionCheckPulseLocal.sqf index 96b1bc698c..54b03ec247 100644 --- a/addons/medical/functions/fnc_actionCheckPulseLocal.sqf +++ b/addons/medical/functions/fnc_actionCheckPulseLocal.sqf @@ -55,4 +55,5 @@ if ([_unit, _selectionName] call FUNC(hasTourniquetAppliedTo)) then { if (_logOutPut != "") then { [_unit,"activity", LSTRING(Check_Pulse_Log),[[_caller] call EFUNC(common,getName),_logOutPut]] call FUNC(addToLog); + [_unit,"quick_view", LSTRING(Check_Pulse_Log),[[_caller] call EFUNC(common,getName),_logOutPut]] call FUNC(addToLog); }; \ No newline at end of file