Assorted bug fixes in hypergrid linking.

This commit is contained in:
Diva Canto
2010-05-03 09:50:55 -07:00
parent 1494c84f56
commit b10811a13b
8 changed files with 46 additions and 32 deletions

View File

@@ -70,7 +70,6 @@ namespace OpenSim.Server.Handlers.Hypergrid
server.AddXmlRPCHandler("get_region", hghandlers.GetRegion, false);
server.AddHTTPHandler("/foreignagent/", new GatekeeperAgentHandler(m_GatekeeperService).Handler);
}
public GatekeeperServiceInConnector(IConfigSource config, IHttpServer server)