From b874a1f618aaa3fe995a3f8868f28a03001e6235 Mon Sep 17 00:00:00 2001 From: mharis001 <34453221+mharis001@users.noreply.github.com> Date: Tue, 17 Dec 2019 10:50:59 -0500 Subject: [PATCH] Medical Treatment - Fix bodyCleanupLoop typo (#7308) --- addons/medical_treatment/functions/fnc_bodyCleanupLoop.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/medical_treatment/functions/fnc_bodyCleanupLoop.sqf b/addons/medical_treatment/functions/fnc_bodyCleanupLoop.sqf index eed0020ddf..1e630b510a 100644 --- a/addons/medical_treatment/functions/fnc_bodyCleanupLoop.sqf +++ b/addons/medical_treatment/functions/fnc_bodyCleanupLoop.sqf @@ -29,4 +29,4 @@ if (GVAR(bodiesToDelete) isEqualTo []) exitWith { }; // Schedule cleanup loop to executed again -[FUNC(litterCleanupLoop), [], BODY_CLEANUP_CHECK_DELAY] call CBA_fnc_waitAndExecute; +[FUNC(bodyCleanupLoop), [], BODY_CLEANUP_CHECK_DELAY] call CBA_fnc_waitAndExecute;