mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
OK, commenting the return again :-/
This commit is contained in:
@@ -78,12 +78,12 @@ namespace OpenSim.Region.Environment.Modules.Agent.Capabilities
|
||||
Caps oldCaps = m_capsHandlers[agentId];
|
||||
|
||||
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);
|
||||
// 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.
|
||||
// Hence this return here.
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
|
||||
Caps caps
|
||||
|
||||
Reference in New Issue
Block a user