more work on Primitive2

This commit is contained in:
MW
2007-04-04 19:55:31 +00:00
parent 7c2b4d1c9d
commit 0a377238f8
3 changed files with 152 additions and 43 deletions

View File

@@ -54,7 +54,7 @@ namespace OpenSim
public class OpenSimMain : OpenSimNetworkHandler, conscmd_callback
{
//private SimConfig Cfg;
//private SimConfig Cfg;
private IGenericConfig localConfig;
//private IGenericConfig remoteConfig;
private PhysicsManager physManager;
@@ -110,8 +110,9 @@ namespace OpenSim
}
m_console.WriteLine("Main.cs:Startup() - Loading configuration");
this.regionData.InitConfig(this.m_sandbox, this.localConfig);
regionData.SimUUID = new LLUUID(localConfig.GetAttribute("SimUUID"));
this.localConfig.Close();//for now we can close it as no other classes read from it , but this should change
//regionData.SimUUID = new LLUUID(localConfig.GetAttribute("SimUUID")); //don't need as regionData.SimUUID is already set through the above line
this.localConfig.Close();//for now we can close it as no other classes read from it , but this should change
GridServers = new Grid();
if (m_sandbox)