Merge pull request #6065 from chris579/patch-1

Enabled cancel button when exiting arsenal
This commit is contained in:
Jo David 2018-01-20 11:22:20 +01:00 committed by GitHub
commit 693b8e468d
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 = [ private _return = [
localize "str_sure", localize "str_sure",
localize "str_a3_rscdisplaymain_buttonexit", localize "str_a3_rscdisplaymain_buttonexit",
true, false, true, true,
_display, false, true _display, false, true
] call BIS_fnc_GUImessage; ] call BIS_fnc_GUImessage;