a forgotten file plus minor changes. Imp and SL viewer seem to preserve

flight. FS 4.2.2 does not.
This commit is contained in:
UbitUmarov
2012-09-04 07:32:03 +01:00
parent e1755e2d71
commit d4fad2ba42
3 changed files with 11 additions and 3 deletions

View File

@@ -808,7 +808,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
handshake.RegionInfo3.ProductName = Util.StringToBytes256(regionInfo.RegionType);
handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes;
OutPacket(handshake, ThrottleOutPacketType.Task);
// OutPacket(handshake, ThrottleOutPacketType.Task);
// use same as MoveAgentIntoRegion (both should be task )
OutPacket(handshake, ThrottleOutPacketType.Unknown);
}
public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look)