mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
should now work.
This commit is contained in:
@@ -31,7 +31,6 @@ using System.Net;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading;
|
||||
//using OpenSim.CAPS;
|
||||
using Nwc.XmlRpc;
|
||||
using System.Collections;
|
||||
using OpenSim.Framework.Console;
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
: base(serversInfo)
|
||||
{
|
||||
UserServices = new LocalUserServices(this , serversInfo.DefaultHomeLocX, serversInfo.DefaultHomeLocY);
|
||||
UserServices.AddPlugin("OpenGrid.Framework.Data.DB4o.dll");
|
||||
UserServices.AddPlugin("OpenSim.Framework.Data.DB4o.dll");
|
||||
UserServer = UserServices;
|
||||
GridServer = SandBoxServices;
|
||||
InterRegion = SandBoxServices;
|
||||
|
||||
Reference in New Issue
Block a user