mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Fixed: EventQueueGet and other caps were being wrongly deregistered. Also CapabilitiesModule was being instantiated twice (damn Mono.Addins).
This commit is contained in:
@@ -112,8 +112,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
/// </summary>
|
||||
public void RegisterHandlers()
|
||||
{
|
||||
m_HostCapsObj.DeregisterHandlers();
|
||||
|
||||
string capsBase = "/CAPS/" + m_HostCapsObj.CapsObjectPath;
|
||||
|
||||
RegisterRegionServiceHandlers(capsBase);
|
||||
|
||||
Reference in New Issue
Block a user