* Added back the regionup code so people in nearby sims can see a downed sim coming back up.

afrisby
Teravus Ovares 2007-12-08 17:25:34 +00:00
parent 0855066968
commit e0e9237a89
1 changed files with 3 additions and 3 deletions

View File

@ -266,8 +266,8 @@ namespace OpenSim.Region.Environment.Scenes
public override bool OtherRegionUp(RegionInfo otherRegion) public override bool OtherRegionUp(RegionInfo otherRegion)
{ {
/* // Another region is up. We have to tell all our ScenePresences about it // Another region is up. We have to tell all our ScenePresences about it
// This fails to get the desired effect and needs further work.
if (RegionInfo.RegionHandle != otherRegion.RegionHandle) if (RegionInfo.RegionHandle != otherRegion.RegionHandle)
{ {
@ -288,7 +288,7 @@ namespace OpenSim.Region.Environment.Scenes
MainLog.Instance.Verbose("INTERGRID", "Got notice about Region at X:" + otherRegion.RegionLocX.ToString() + " Y:" + otherRegion.RegionLocY.ToString() + " but it was too far away to send to the client"); MainLog.Instance.Verbose("INTERGRID", "Got notice about Region at X:" + otherRegion.RegionLocX.ToString() + " Y:" + otherRegion.RegionLocY.ToString() + " but it was too far away to send to the client");
} }
}*/ }
return true; return true;
} }