* refactor: call AddLLSDHandler directly via CommsManager

This commit is contained in:
Justin Clarke Casey
2009-01-06 14:30:50 +00:00
parent 2a4c4ceebb
commit 579f11b3b8
4 changed files with 8 additions and 15 deletions

View File

@@ -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;