mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Oops
Forgot to do _x params instead of implied _this params Forgot to add groups to allowed types in cleanup manager Updated pre-packed PBO with latest fixes
This commit is contained in:
parent
0363b1e7af
commit
06f818d1c0
@ -27,9 +27,9 @@ if (DMS_CleanUpList isEqualTo []) exitWith {}; // Empty array, no objects to cl
|
||||
|
||||
private ["_objs","_timeAddedToList","_timeUntilClean"];
|
||||
|
||||
_OK = params
|
||||
_OK = _x params
|
||||
[
|
||||
["_objs",[objNull],[objNull,[]]],
|
||||
["_objs",[objNull],[objNull,[],grpNull]],
|
||||
["_timeAddedToList",diag_tickTime,[0]],
|
||||
["_timeUntilClean",DMS_CompletedMissionCleanupTime,[0]]
|
||||
];
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user