* .. More Endlines...
parent
d28542e4d4
commit
910d2177ad
|
@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications.Clients
|
||||||
}
|
}
|
||||||
// Add the regionhandle of the destination region
|
// Add the regionhandle of the destination region
|
||||||
ulong regionHandle = GetRegionHandle(region.RegionHandle);
|
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());
|
args["teleport_flags"] = OSD.FromString(teleportFlags.ToString());
|
||||||
|
|
||||||
string strBuffer = "";
|
string strBuffer = "";
|
||||||
|
|
Loading…
Reference in New Issue