mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks command. mantis #5259
This commit is contained in:
@@ -433,7 +433,7 @@ namespace OpenSim.Services.GridService
|
||||
MainConsole.Instance.Output(String.Format("{0,-39} {1}\n{2,-39} {3}\n",
|
||||
r.RegionName, r.RegionID,
|
||||
String.Format("{0},{1} ({2},{3})", r.posX, r.posY, r.posX / 256, r.posY / 256),
|
||||
"http://" + r.Data["serverIP"].ToString() + ":" + r.Data["serverHttpPort"].ToString()));
|
||||
r.Data["serverURI"].ToString()));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user