Attempt to fix mantis issue #82, taking prims into inventory and then rezzing them in another region.

This commit is contained in:
MW
2007-12-02 20:43:21 +00:00
parent 5ae8759de1
commit ac77c32453
5 changed files with 29 additions and 5 deletions

View File

@@ -211,7 +211,7 @@ namespace OpenSim.Framework.Servers
else
{
System.Console.WriteLine("Handler not found for http request " +request.RawUrl);
responseString = "Error";
responseString = "Error";
}
}