amend previous commit, a line was left out
parent
53122fad40
commit
7c839f176f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue