mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
You can now save profiles to a database. (Zomg!)
This commit is contained in:
@@ -320,7 +320,17 @@ namespace OpenGridServices.GridServer
|
||||
|
||||
try
|
||||
{
|
||||
// NEEDS IMPLEMENTATION.
|
||||
foreach (KeyValuePair<string, IGridData> kvp in _plugins)
|
||||
{
|
||||
try
|
||||
{
|
||||
kvp.Value.AddProfile(TheSim);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
OpenSim.Framework.Console.MainConsole.Instance.WriteLine("getRegionPlugin Handle " + kvp.Key + " unable to add new sim: " + e.ToString());
|
||||
}
|
||||
}
|
||||
return "OK";
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user