Skip to content

Commit 979d8be

Browse files
authored
Remove Game Master module locality transfer fix timeout (#487)
1 parent 66103b4 commit 979d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/modules/functions/fnc_bi_moduleCurator.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ if (_activated) then {
236236
params ["_logic", "_unit"];
237237

238238
_unit assignCurator _logic;
239-
}, [_logic, _unit], 10] call CBA_fnc_waitUntilAndExecute;
239+
}, [_logic, _unit]] call CBA_fnc_waitUntilAndExecute;
240240
};
241241
};
242242
}];

0 commit comments

Comments
 (0)