* Added graceful remote script server connection error handling

* Removed a friends module test that I had.
This commit is contained in:
Teravus Ovares
2007-12-30 23:56:29 +00:00
parent 57a1132585
commit 373d801c40
3 changed files with 299 additions and 47 deletions

View File

@@ -56,8 +56,8 @@ namespace OpenSim.Region.Environment.Modules
private void OnNewClient(IClientAPI client)
{
FormFriendship(client,new Guid("c43a67ab-b196-4d62-936c-b40369547dee"));
FormFriendship(client, new Guid("0a2f777b-f44c-4662-8b22-c90ae038a3e6"));
//FormFriendship(client,new Guid("c43a67ab-b196-4d62-936c-b40369547dee"));
//FormFriendship(client, new Guid("0a2f777b-f44c-4662-8b22-c90ae038a3e6"));
}
public void PostInitialise()