HG: Renamed one method

This commit is contained in:
Diva Canto
2011-12-04 08:24:16 -08:00
parent a82aea53f8
commit 080dfcc9c9
5 changed files with 5 additions and 5 deletions

View File

@@ -281,7 +281,7 @@ namespace OpenSim.Services.HypergridService
}
// We need to prevent foreign users with the same UUID as a local user
public bool AgentIsComingHome(UUID sessionID, string thisGridExternalName)
public bool IsAgentComingHome(UUID sessionID, string thisGridExternalName)
{
if (!m_TravelingAgents.ContainsKey(sessionID))
return false;