mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Fix bodyCleanupLoop typo (#7308)
This commit is contained in:
parent
f87abd13eb
commit
b874a1f618
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user