From ef444c38533ee2faee5cf8325ae9a7a8b00228c0 Mon Sep 17 00:00:00 2001 From: James Kingsley Date: Sat, 12 Mar 2016 14:21:57 +0000 Subject: [PATCH] acre defaults --- ARCMF.VR/description.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};"; }; };