diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index 34fa243..d36dbfc 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -114,7 +114,6 @@ namespace OpenSim | |||
114 | } | 114 | } |
115 | m_console.WriteLine("Main.cs:Startup() - Loading configuration"); | 115 | m_console.WriteLine("Main.cs:Startup() - Loading configuration"); |
116 | this.regionData.InitConfig(this.m_sandbox, this.localConfig); | 116 | this.regionData.InitConfig(this.m_sandbox, this.localConfig); |
117 | //regionData.SimUUID = new LLUUID(localConfig.GetAttribute("SimUUID")); //don't need as regionData.SimUUID is already set through the above line | ||
118 | this.localConfig.Close();//for now we can close it as no other classes read from it , but this should change | 117 | this.localConfig.Close();//for now we can close it as no other classes read from it , but this should change |
119 | 118 | ||
120 | 119 | ||