* .. More Endlines...

mysql-performance
Teravus Ovares (Dan Olivares) 2010-01-26 12:49:53 -05:00
parent d28542e4d4
commit 910d2177ad
1 changed files with 1 additions and 1 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 = "";