mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Interaction - Give some feedback if action is disabled (#10244)
This commit is contained in:
parent
87333a1218
commit
1f67058dda
@ -119,6 +119,8 @@ private _statement = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
} forEach _items;
|
} forEach _items;
|
||||||
|
} else {
|
||||||
|
[LELSTRING(common,disabled)] call EFUNC(common,displayTextStructured);
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!_success) exitWith {};
|
if (!_success) exitWith {};
|
||||||
|
Loading…
Reference in New Issue
Block a user