Skip to content

Commit

Permalink
Medical Treatment - Fix bodyCleanupLoop typo (#7308)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharis001 authored and PabstMirror committed Dec 17, 2019
1 parent f87abd1 commit b874a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_treatment/functions/fnc_bodyCleanupLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit b874a1f

Please sign in to comment.