fix type bug on hyperlinks
parent
bced98d6e9
commit
81ef04c9fd
|
@ -198,7 +198,7 @@ namespace OpenSim.Services.GridService
|
|||
|
||||
mapName = mapName.Trim();
|
||||
|
||||
if (!mapName.StartsWith("http") && !!mapName.StartsWith("https"))
|
||||
if (!mapName.StartsWith("http") && !mapName.StartsWith("https"))
|
||||
{
|
||||
// Formats: grid.example.com:8002:region name
|
||||
// grid.example.com:region name
|
||||
|
|
Loading…
Reference in New Issue