Exemple #1
0
 public void RemoveRegion(OpenSim.Region.Framework.Scenes.Scene scene)
 {
     if (scene.RequestModuleInterface <IGroupsServicesConnector>() == this)
     {
         scene.UnregisterModuleInterface <IGroupsServicesConnector>(this);
     }
 }