mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
some changes on viewer caps detection
This commit is contained in:
@@ -126,8 +126,9 @@ namespace OpenSim.Framework.Capabilities
|
||||
None = 0,
|
||||
SentSeeds = 1,
|
||||
|
||||
ObjectAnim = 0x10,
|
||||
AdvEnv = 0x20
|
||||
ObjectAnim = 0x100,
|
||||
WLEnv = 0x200,
|
||||
AdvEnv = 0x400
|
||||
}
|
||||
|
||||
public CapsFlags Flags { get; set;}
|
||||
@@ -294,9 +295,6 @@ namespace OpenSim.Framework.Capabilities
|
||||
port = MainServer.Instance.SSLPort;
|
||||
protocol = "https";
|
||||
}
|
||||
//
|
||||
// caps.RegisterHandler("FetchInventoryDescendents2", String.Format("{0}://{1}:{2}{3}", protocol, hostName, port, capUrl));
|
||||
|
||||
caps[kvp.Key] = string.Format("{0}://{1}:{2}{3}", protocol, hostName, port, kvp.Value.Url);
|
||||
}
|
||||
}
|
||||
@@ -310,7 +308,7 @@ namespace OpenSim.Framework.Capabilities
|
||||
caps[kvp.Key] = kvp.Value;
|
||||
}
|
||||
|
||||
Flags |= CapsFlags.SentSeeds;
|
||||
|
||||
return caps;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user