mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
fix type bug on hyperlinks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user