mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Changed name of the hyperlink XMLRPC method to linkk-region, so that it doesn't conflict with the existing one.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
public HypergridServiceInConnector(IConfigSource config, IHttpServer server) :
|
||||
base(config, server)
|
||||
{
|
||||
server.AddXmlRPCHandler("link_region", LinkRegionRequest, false);
|
||||
server.AddXmlRPCHandler("linkk_region", LinkRegionRequest, false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user