HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that we can better manage this traffic.

This commit is contained in:
Diva Canto
2012-03-21 09:14:17 -07:00
parent 8ad426f329
commit d8bcb78b10
3 changed files with 58 additions and 20 deletions

View File

@@ -212,7 +212,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
scene.EventManager.OnClientLogin += OnClientLogin;
}
public void RegionLoaded(Scene scene)
public virtual void RegionLoaded(Scene scene)
{
}