Interaction - Give some feedback if action is disabled (#10244)

This commit is contained in:
PabstMirror 2024-08-23 09:12:53 -05:00 committed by GitHub
parent 87333a1218
commit 1f67058dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,8 @@ private _statement = {
};
};
} forEach _items;
} else {
[LELSTRING(common,disabled)] call EFUNC(common,displayTextStructured);
};
if (!_success) exitWith {};