mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fix agentpreferences cap path
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user