a few changes on ServiceURLs. Add some extra checks on AssetServiceURI

This commit is contained in:
UbitUmarov
2025-11-29 22:49:07 +00:00
parent 257d4dbe0a
commit 139f51e01b
3 changed files with 23 additions and 7 deletions

View File

@@ -372,7 +372,7 @@ namespace OpenSim.Framework
OSDMap urls = (OSDMap)tmpOSD;
foreach (KeyValuePair<String, OSD> kvp in urls)
{
ServiceURLs[kvp.Key] = kvp.Value;
ServiceURLs[kvp.Key] = kvp.Value.AsString();
//System.Console.WriteLine("XXX " + kvp.Key + "=" + ServiceURLs[kvp.Key]);
}
}