no SimUUID in OpenSimMain

0.1-prestable
gareth 2007-04-04 19:20:17 +00:00
parent f741e00ad8
commit 7c2b4d1c9d
1 changed files with 1 additions and 3 deletions

View File

@ -54,8 +54,6 @@ namespace OpenSim
public class OpenSimMain : OpenSimNetworkHandler, conscmd_callback
{
LLUUID SimUUID;
//private SimConfig Cfg;
private IGenericConfig localConfig;
//private IGenericConfig remoteConfig;
@ -112,7 +110,7 @@ namespace OpenSim
}
m_console.WriteLine("Main.cs:Startup() - Loading configuration");
this.regionData.InitConfig(this.m_sandbox, this.localConfig);
SimUUID = new LLUUID(localConfig.GetAttribute("SimUUID"));
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
GridServers = new Grid();