diff options
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs index 63aabad..7a4ec57 100644 --- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | |||
@@ -358,7 +358,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
358 | return null; | 358 | return null; |
359 | } | 359 | } |
360 | 360 | ||
361 | public bool AgentIsComingHome(UUID sessionID, string thisGridExternalName) | 361 | public bool IsAgentComingHome(UUID sessionID, string thisGridExternalName) |
362 | { | 362 | { |
363 | Hashtable hash = new Hashtable(); | 363 | Hashtable hash = new Hashtable(); |
364 | hash["sessionID"] = sessionID.ToString(); | 364 | hash["sessionID"] = sessionID.ToString(); |