mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
*OGS1 Key2Name/Name2Key works
*OGS1 doesnt crash on startup anymore
This commit is contained in:
@@ -223,6 +223,7 @@ namespace OpenSim.Grid.GridServer
|
||||
SimProfileData TheSim = null;
|
||||
Hashtable requestData = (Hashtable)request.Params[0];
|
||||
|
||||
Console.WriteLine("WOOT: " + requestData.ToString());
|
||||
if (requestData.ContainsKey("UUID"))
|
||||
{
|
||||
TheSim = getRegion(new LLUUID((string)requestData["UUID"]));
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.GridServer
|
||||
/// </summary>
|
||||
public class OpenGrid_Main : conscmd_callback
|
||||
{
|
||||
private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll";
|
||||
private string ConfigDll = "OpenSim.Grid.GridServer.Config.dll";
|
||||
private string GridDll = "OpenSim.Framework.Data.MySQL.dll";
|
||||
public GridConfig Cfg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user