amend previous commit, a line was left out

user_profiles
dahlia 2013-04-17 23:14:28 -07:00
parent 53122fad40
commit 7c839f176f
1 changed files with 1 additions and 0 deletions

View File

@ -793,6 +793,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes;
handshake.RegionInfo4 = new RegionHandshakePacket.RegionInfo4Block[1];
handshake.RegionInfo4[0] = new RegionHandshakePacket.RegionInfo4Block();
handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags;
handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported