First pass at the new login service. Still incomplete, but doesn't disrupt the existing code.

This commit is contained in:
Diva Canto
2009-12-30 21:00:16 -08:00
parent 96f387ce49
commit b29ae72460
9 changed files with 911 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications.Clients
}
// Add the regionhandle of the destination region
ulong regionHandle = GetRegionHandle(region.RegionHandle);
args["destination_handle"] = OSD.FromString(regionHandle.ToString());
args["destination_handle"] = OSD.FromString(regionHandle.ToString());
args["teleport_flags"] = OSD.FromString(teleportFlags.ToString());
string strBuffer = "";