fix agentpreferences cap path

This commit is contained in:
UbitUmarov
2020-04-23 23:54:57 +01:00
parent f2a025bc41
commit ca5756a100

View File

@@ -95,7 +95,7 @@ namespace OpenSim.Region.ClientStack.LindenCaps
public void RegisterCaps(UUID agent, Caps caps)
{
string capPath = UUID.Random().ToString();
string capPath = "/" + UUID.Random().ToString();
caps.RegisterSimpleHandler("AgentPreferences",
new SimpleStreamHandler(capPath, delegate(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
{