* .. More Endlines...

This commit is contained in:
Teravus Ovares (Dan Olivares)
2010-01-26 12:49:53 -05:00
parent d28542e4d4
commit 910d2177ad

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 = "";