move ServerReleaseNotes module to simpleStreamHandler

This commit is contained in:
UbitUmarov
2020-04-24 00:40:52 +01:00
parent 8d2f90a8e2
commit f955482dfd
2 changed files with 10 additions and 14 deletions

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)
{