diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
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 670d61f..2fb67e0 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5127,7 +5127,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5127 | CreateAvatarUpdateBlock((ScenePresence)eu.Entity, zc); | 5127 | CreateAvatarUpdateBlock((ScenePresence)eu.Entity, zc); |
5128 | else | 5128 | else |
5129 | CreatePrimUpdateBlock((SceneObjectPart)eu.Entity, mysp, zc); | 5129 | CreatePrimUpdateBlock((SceneObjectPart)eu.Entity, mysp, zc); |
5130 | if (zc.Position < LLUDPServer.MAXPAYLOAD) | 5130 | if (zc.Position < LLUDPServer.MAXPAYLOAD - 200) |
5131 | { | 5131 | { |
5132 | tau.Add(eu); | 5132 | tau.Add(eu); |
5133 | ++count; | 5133 | ++count; |