* Hiding CompletePingChecks and UseCircuitCode messages.. as the packets are most definitely handled.

* My guess is someone was using them to diagnose a problem and they've been in the console output ever since.
This commit is contained in:
Teravus Ovares
2008-01-05 22:06:24 +00:00
parent 1ccf80f8d2
commit 9ea4c03b8f
2 changed files with 7 additions and 4 deletions

View File

@@ -1406,7 +1406,10 @@ namespace OpenSim.Region.Environment.Scenes
"http://" + m_regInfo.ExternalHostName + ":" + httpListener.Port.ToString() +
"/CAPS/" + agent.CapsPath + "0000/");
cap.RegisterHandlers();
if (agent.child)
{
}
cap.AddNewInventoryItem = AddInventoryItem;
cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset;
cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset;