Removing dependencies on System.Runtime.Remoting.

This commit is contained in:
Diva Canto
2009-10-06 09:54:15 -07:00
parent e474fc2fdb
commit 3db4d38645
2 changed files with 4 additions and 6 deletions

View File

@@ -61,6 +61,10 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
private void OnRegionUp(GridRegion otherRegion)
{
// This shouldn't happen
if (otherRegion == null)
return;
m_log.DebugFormat("[REGION CACHE]: (on region {0}) Region {1} is up @ {2}-{3}",
m_scene.RegionInfo.RegionName, otherRegion.RegionName, otherRegion.RegionLocX, otherRegion.RegionLocY);