diff --git a/ARCMF.VR/description.ext b/ARCMF.VR/description.ext index c53a8c1..24c5ab6 100644 --- a/ARCMF.VR/description.ext +++ b/ARCMF.VR/description.ext @@ -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};"; }; };