aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 32549c8..8b2440a 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -811,7 +811,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
811 handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags; 811 handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags;
812 handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported 812 handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported
813 813
814 OutPacket(handshake, ThrottleOutPacketType.Task); 814 OutPacket(handshake, ThrottleOutPacketType.Unknown);
815 } 815 }
816 816
817 817