a few changes. in same cases http/https can't be determined. possible both need to be present, possible with http a redir to https. TODO

This commit is contained in:
UbitUmarov
2024-08-17 00:30:18 +01:00
parent 207c3d1e71
commit 79dbca84f9
6 changed files with 92 additions and 99 deletions

View File

@@ -617,7 +617,7 @@ namespace OpenSim.Services.GridService
}
//this should be the prefererred way of setting up hg links now
if (cmdparams[2].StartsWith("http") || cmdparams[2].StartsWith("https"))
if (cmdparams[2].StartsWith("http"))
{
RunLinkRegionCommand(cmdparams);
}