aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Tools/Configger/ConfigurationLoader.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs
index 4190f10..31ae923 100644
--- a/OpenSim/Tools/Configger/ConfigurationLoader.cs
+++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs
@@ -264,7 +264,6 @@ namespace OpenSim.Tools.Configger
264 config.Set("region_info_source", "filesystem"); 264 config.Set("region_info_source", "filesystem");
265 config.Set("allow_regionless", false); 265 config.Set("allow_regionless", false);
266 266
267 config.Set("gridmode", false);
268 config.Set("physics", "OpenDynamicsEngine"); 267 config.Set("physics", "OpenDynamicsEngine");
269 config.Set("meshing", "Meshmerizer"); 268 config.Set("meshing", "Meshmerizer");
270 config.Set("physical_prim", true); 269 config.Set("physical_prim", true);
@@ -281,4 +280,4 @@ namespace OpenSim.Tools.Configger
281 return defaultConfig; 280 return defaultConfig;
282 } 281 }
283 } 282 }
284} \ No newline at end of file 283}