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:
eraser1 2015-08-31 20:24:13 -05:00
parent 0363b1e7af
commit 06f818d1c0
2 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ if (DMS_CleanUpList isEqualTo []) exitWith {}; // Empty array, no objects to cl
private ["_objs","_timeAddedToList","_timeUntilClean"]; private ["_objs","_timeAddedToList","_timeUntilClean"];
_OK = params _OK = _x params
[ [
["_objs",[objNull],[objNull,[]]], ["_objs",[objNull],[objNull,[],grpNull]],
["_timeAddedToList",diag_tickTime,[0]], ["_timeAddedToList",diag_tickTime,[0]],
["_timeUntilClean",DMS_CompletedMissionCleanupTime,[0]] ["_timeUntilClean",DMS_CompletedMissionCleanupTime,[0]]
]; ];

Binary file not shown.