mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
a few changes on ServiceURLs. Add some extra checks on AssetServiceURI
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user