mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Unpacking the mess with OtherRegionUp, so we can have a real cache of the neighbours in the grid service modules.
This commit is contained in:
@@ -29,6 +29,7 @@ using System;
|
||||
using NUnit.Framework;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using GridRegion = OpenSim.Services.Interfaces.GridRegion;
|
||||
|
||||
namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
{
|
||||
@@ -65,7 +66,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override bool OtherRegionUp(RegionInfo thisRegion)
|
||||
public override void OtherRegionUp(GridRegion otherRegion)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user