Enabled cancel button when exiting arsenal

This commit is contained in:
Christian Klemm 2018-01-19 18:21:01 +01:00 committed by GitHub
parent 00af6844cd
commit 7ba394c711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ cba_diagnostic_projectileMaxLines = 10;
private _return = [
localize "str_sure",
localize "str_a3_rscdisplaymain_buttonexit",
true, false,
true, true,
_display, false, true
] call BIS_fnc_GUImessage;