mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
HG: Renamed one method
This commit is contained in:
@@ -243,7 +243,7 @@ namespace OpenSim.Services.HypergridService
|
||||
// Make sure this is the user coming home, and not a foreign user with same UUID as a local user
|
||||
if (m_UserAgentService != null)
|
||||
{
|
||||
if (!m_UserAgentService.AgentIsComingHome(aCircuit.SessionID, m_ExternalName))
|
||||
if (!m_UserAgentService.IsAgentComingHome(aCircuit.SessionID, m_ExternalName))
|
||||
{
|
||||
// Can't do, sorry
|
||||
reason = "Unauthorized";
|
||||
|
||||
Reference in New Issue
Block a user