mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* refactor: call AddLLSDHandler directly via CommsManager
This commit is contained in:
@@ -91,7 +91,7 @@ namespace OpenSim.Region.Environment.Modules.Framework.EventQueue
|
||||
// Register fallback handler
|
||||
// Why does EQG Fail on region crossings!
|
||||
|
||||
//scene.AddLLSDHandler("/CAPS/EQG/", EventQueueFallBack);
|
||||
//scene.CommsManager.HttpServer.AddLLSDHandler("/CAPS/EQG/", EventQueueFallBack);
|
||||
|
||||
scene.EventManager.OnNewClient += OnNewClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user