fix type bug on hyperlinks

melanie
UbitUmarov 2016-11-21 16:55:51 +00:00
parent bced98d6e9
commit 81ef04c9fd
1 changed files with 1 additions and 1 deletions

View File

@ -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