diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 02b326e..1609012 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -793,6 +793,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
793 | handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; | 793 | handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; |
794 | 794 | ||
795 | handshake.RegionInfo4 = new RegionHandshakePacket.RegionInfo4Block[1]; | 795 | handshake.RegionInfo4 = new RegionHandshakePacket.RegionInfo4Block[1]; |
796 | handshake.RegionInfo4[0] = new RegionHandshakePacket.RegionInfo4Block(); | ||
796 | handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags; | 797 | handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags; |
797 | handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported | 798 | handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported |
798 | 799 | ||