Skip to content

Commit

Permalink
acre defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Mar 12, 2016
1 parent 812f5d5 commit ef444c3
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 @@ -124,7 +124,7 @@ class Params
title = "ACRE Reveal to AI";
values[] = {0,1};
texts[] = {"Disabled","Enabled"};
default = 1;
default = 0;
code = "arc_param_acre_reveal = if (%1 == 1) then {true} else {false};";
};
};
Expand Down

0 comments on commit ef444c3

Please sign in to comment.