From aea448efe7b3efc0616428af2b45221c68c7816a Mon Sep 17 00:00:00 2001 From: KoffeinFlummi Date: Sat, 28 Feb 2015 20:54:23 +0100 Subject: [PATCH] Derp --- addons/medical/functions/fnc_init.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/medical/functions/fnc_init.sqf b/addons/medical/functions/fnc_init.sqf index a783c25c92..aee0b6b345 100644 --- a/addons/medical/functions/fnc_init.sqf +++ b/addons/medical/functions/fnc_init.sqf @@ -73,5 +73,4 @@ _logs = _unit getvariable [QGVAR(allLogs), []]; { _unit setvariable [_x, nil, true]; } foreach _logs; - _unit setvariable [_x, nil, true]; _unit setvariable [QGVAR(allLogs), [], true];