mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
some changes to AgentCircuitManager
This commit is contained in:
@@ -4463,7 +4463,7 @@ Label_GroupsDone:
|
||||
/// <returns>True if we successfully changed it. False if we did not</returns>
|
||||
public bool ChangeCircuitCode(uint oldcc, uint newcc)
|
||||
{
|
||||
return m_authenticateHandler.TryChangeCiruitCode(oldcc, newcc);
|
||||
return m_authenticateHandler.TryChangeCircuitCode(oldcc, newcc);
|
||||
}
|
||||
|
||||
// /// <summary>
|
||||
|
||||
Reference in New Issue
Block a user