mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix missing default
This commit is contained in:
parent
45eb8c4822
commit
1ed52e08bf
@ -43,6 +43,8 @@ _type = if (isNil "_priority") then {
|
|||||||
// obsolete as CBA Update 2.1 start
|
// obsolete as CBA Update 2.1 start
|
||||||
_array params ["_max"];
|
_array params ["_max"];
|
||||||
|
|
||||||
|
// set Default type
|
||||||
|
_type = 0;
|
||||||
// get Highest Entry out the the Priority Array
|
// get Highest Entry out the the Priority Array
|
||||||
{
|
{
|
||||||
if (_max < _x) then {
|
if (_max < _x) then {
|
||||||
|
Loading…
Reference in New Issue
Block a user