mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
remove end slash from most URLs we send to viewers
This commit is contained in:
@@ -120,7 +120,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
// m_log.DebugFormat("[AVATAR PICKER SEARCH]: /CAPS/{0} in region {1}", capID, m_scene.RegionInfo.RegionName);
|
||||
if(m_People != null)
|
||||
caps.RegisterSimpleHandler("AvatarPickerSearch",
|
||||
new SimpleStreamHandler("/" + UUID.Random() + "/", ProcessRequest));
|
||||
new SimpleStreamHandler("/" + UUID.Random(), ProcessRequest));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user