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

@@ -143,7 +143,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
UUID.TryParse(sessionID_str, out sessionID);
string gridName = (string)requestData["externalName"];
bool success = m_HomeUsersService.AgentIsComingHome(sessionID, gridName);
bool success = m_HomeUsersService.IsAgentComingHome(sessionID, gridName);
Hashtable hash = new Hashtable();
hash["result"] = success.ToString();