should now work.

This commit is contained in:
MW
2007-06-28 11:54:51 +00:00
parent 50b180b545
commit 14ea54b441
34 changed files with 175 additions and 2 deletions

View File

@@ -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;