diff options
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 1 | ||||
-rw-r--r-- | OpenSim/Grid/GridServer/Main.cs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 47f7d00..e562721 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -223,6 +223,7 @@ namespace OpenSim.Grid.GridServer | |||
223 | SimProfileData TheSim = null; | 223 | SimProfileData TheSim = null; |
224 | Hashtable requestData = (Hashtable)request.Params[0]; | 224 | Hashtable requestData = (Hashtable)request.Params[0]; |
225 | 225 | ||
226 | Console.WriteLine("WOOT: " + requestData.ToString()); | ||
226 | if (requestData.ContainsKey("UUID")) | 227 | if (requestData.ContainsKey("UUID")) |
227 | { | 228 | { |
228 | TheSim = getRegion(new LLUUID((string)requestData["UUID"])); | 229 | TheSim = getRegion(new LLUUID((string)requestData["UUID"])); |
diff --git a/OpenSim/Grid/GridServer/Main.cs b/OpenSim/Grid/GridServer/Main.cs index 5ac64b2..490f757 100644 --- a/OpenSim/Grid/GridServer/Main.cs +++ b/OpenSim/Grid/GridServer/Main.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.GridServer | |||
48 | /// </summary> | 48 | /// </summary> |
49 | public class OpenGrid_Main : conscmd_callback | 49 | public class OpenGrid_Main : conscmd_callback |
50 | { | 50 | { |
51 | private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll"; | 51 | private string ConfigDll = "OpenSim.Grid.GridServer.Config.dll"; |
52 | private string GridDll = "OpenSim.Framework.Data.MySQL.dll"; | 52 | private string GridDll = "OpenSim.Framework.Data.MySQL.dll"; |
53 | public GridConfig Cfg; | 53 | public GridConfig Cfg; |
54 | 54 | ||