diff options
author | Diva Canto | 2009-12-30 21:00:16 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-30 21:00:16 -0800 |
commit | b29ae7246076126e8e39827564438db6e53eac8a (patch) | |
tree | 873131cf9b1bbbbf517910454c82d7076a8a02fd /OpenSim/Framework/Communications | |
parent | Make ScopeID be wild on user queries. Just pass it as UUID.Zero (diff) | |
download | opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.zip opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.gz opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.bz2 opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.xz |
First pass at the new login service. Still incomplete, but doesn't disrupt the existing code.
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Clients/RegionClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Clients/RegionClient.cs b/OpenSim/Framework/Communications/Clients/RegionClient.cs index 5ceaf39..ee7dec8 100644 --- a/OpenSim/Framework/Communications/Clients/RegionClient.cs +++ b/OpenSim/Framework/Communications/Clients/RegionClient.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications.Clients | |||
83 | } | 83 | } |
84 | // Add the regionhandle of the destination region | 84 | // Add the regionhandle of the destination region |
85 | ulong regionHandle = GetRegionHandle(region.RegionHandle); | 85 | ulong regionHandle = GetRegionHandle(region.RegionHandle); |
86 | args["destination_handle"] = OSD.FromString(regionHandle.ToString()); | 86 | args["destination_handle"] = OSD.FromString(regionHandle.ToString()); |
87 | args["teleport_flags"] = OSD.FromString(teleportFlags.ToString()); | 87 | args["teleport_flags"] = OSD.FromString(teleportFlags.ToString()); |
88 | 88 | ||
89 | string strBuffer = ""; | 89 | string strBuffer = ""; |