Medical Treatment - Fix bodyCleanupLoop typo (#7308)

This commit is contained in:
mharis001 2019-12-17 10:50:59 -05:00 committed by PabstMirror
parent f87abd13eb
commit b874a1f618

View File

@ -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;