OK, commenting the return again :-/
parent
b2de0a3ae6
commit
4ea2749b37
|
@ -78,12 +78,12 @@ namespace OpenSim.Region.Environment.Modules.Agent.Capabilities
|
||||||
Caps oldCaps = m_capsHandlers[agentId];
|
Caps oldCaps = m_capsHandlers[agentId];
|
||||||
|
|
||||||
m_log.DebugFormat(
|
m_log.DebugFormat(
|
||||||
"[CAPS]: Reregistering caps for agent {0}. Old caps path {1}, new caps path {2}. Ignoring. ",
|
"[CAPS]: Reregistering caps for agent {0}. Old caps path {1}, new caps path {2}. ",
|
||||||
agentId, oldCaps.CapsObjectPath, capsObjectPath);
|
agentId, oldCaps.CapsObjectPath, capsObjectPath);
|
||||||
// This should not happen. The caller code is confused. We need to fix that.
|
// This should not happen. The caller code is confused. We need to fix that.
|
||||||
// CAPs can never be reregistered, or the client will be confused.
|
// CAPs can never be reregistered, or the client will be confused.
|
||||||
// Hence this return here.
|
// Hence this return here.
|
||||||
return;
|
//return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Caps caps
|
Caps caps
|
||||||
|
|
Loading…
Reference in New Issue