aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAgentService.cs
diff options
context:
space:
mode:
authorDiva Canto2011-12-04 08:24:16 -0800
committerDiva Canto2011-12-04 08:24:16 -0800
commit080dfcc9c96c387599cf6734756a83e33a210553 (patch)
tree1b155da3b198eea49fb14c5502bb9809b8df449d /OpenSim/Services/HypergridService/UserAgentService.cs
parentSplit up test SceneHelpers to provide an AddChildScenePresence() call (diff)
downloadopensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.zip
opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.gz
opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.bz2
opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.xz
HG: Renamed one method
Diffstat (limited to 'OpenSim/Services/HypergridService/UserAgentService.cs')
-rw-r--r--OpenSim/Services/HypergridService/UserAgentService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/UserAgentService.cs b/OpenSim/Services/HypergridService/UserAgentService.cs
index 1559cf3..cdc560c 100644
--- a/OpenSim/Services/HypergridService/UserAgentService.cs
+++ b/OpenSim/Services/HypergridService/UserAgentService.cs
@@ -281,7 +281,7 @@ namespace OpenSim.Services.HypergridService
281 } 281 }
282 282
283 // We need to prevent foreign users with the same UUID as a local user 283 // We need to prevent foreign users with the same UUID as a local user
284 public bool AgentIsComingHome(UUID sessionID, string thisGridExternalName) 284 public bool IsAgentComingHome(UUID sessionID, string thisGridExternalName)
285 { 285 {
286 if (!m_TravelingAgents.ContainsKey(sessionID)) 286 if (!m_TravelingAgents.ContainsKey(sessionID))
287 return false; 287 return false;