mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Remove obsolete "gridmode" config default in code.
This commit is contained in:
@@ -264,7 +264,6 @@ namespace OpenSim.Tools.Configger
|
||||
config.Set("region_info_source", "filesystem");
|
||||
config.Set("allow_regionless", false);
|
||||
|
||||
config.Set("gridmode", false);
|
||||
config.Set("physics", "OpenDynamicsEngine");
|
||||
config.Set("meshing", "Meshmerizer");
|
||||
config.Set("physical_prim", true);
|
||||
@@ -281,4 +280,4 @@ namespace OpenSim.Tools.Configger
|
||||
return defaultConfig;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user