mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Added graceful remote script server connection error handling
* Removed a friends module test that I had.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user