mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks command. mantis #5259
This commit is contained in:
@@ -104,7 +104,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
return false;
|
||||
}
|
||||
|
||||
string uri = m_ServerURL + "/homeagent/" + aCircuit.AgentID + "/";
|
||||
string uri = m_ServerURL + "homeagent/" + aCircuit.AgentID + "/";
|
||||
|
||||
Console.WriteLine(" >>> LoginAgentToGrid <<< " + uri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user