Skip to content

Commit

Permalink
Default to on
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Jun 4, 2017
1 parent 88d1810 commit 2c73aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCMF.VR/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Params {
title = "ACRE Reveal to AI";
values[] = {0,1};
texts[] = {"Disabled","Enabled"};
default = 0;
default = 1;
code = "arc_param_acre_reveal = if (%1 == 1) then {true} else {false};";
};
class arc_param_aircraft_carrier {
Expand Down

0 comments on commit 2c73aec

Please sign in to comment.