diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-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 0c3a102..5b2bad4 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -7206,7 +7206,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
7206 | 7206 | ||
7207 | if (handlerUpdatePrimFlags != null) | 7207 | if (handlerUpdatePrimFlags != null) |
7208 | { | 7208 | { |
7209 | byte[] data = Pack.ToBytes(); | 7209 | // byte[] data = Pack.ToBytes(); |
7210 | // 46,47,48 are special positions within the packet | 7210 | // 46,47,48 are special positions within the packet |
7211 | // This may change so perhaps we need a better way | 7211 | // This may change so perhaps we need a better way |
7212 | // of storing this (OMV.FlagUpdatePacket.UsePhysics,etc?) | 7212 | // of storing this (OMV.FlagUpdatePacket.UsePhysics,etc?) |