aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-13 00:22:07 +0000
committerJustin Clark-Casey (justincc)2013-03-13 00:22:07 +0000
commitf8a4d95bdd2bff70a428d386edad1ca91e15c6c0 (patch)
treeac5f85a9e3fc369fd4d4dd2510dd7f7111d002fb /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentMake C# scripts return correct error line and column numbers instead of faili... (diff)
downloadopensim-SC_OLD-f8a4d95bdd2bff70a428d386edad1ca91e15c6c0.zip
opensim-SC_OLD-f8a4d95bdd2bff70a428d386edad1ca91e15c6c0.tar.gz
opensim-SC_OLD-f8a4d95bdd2bff70a428d386edad1ca91e15c6c0.tar.bz2
opensim-SC_OLD-f8a4d95bdd2bff70a428d386edad1ca91e15c6c0.tar.xz
minor: Remove mono compiler warning in LLClientView
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-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 bae7952..7ea538c 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -7069,7 +7069,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
7069 7069
7070 if (handlerUpdatePrimFlags != null) 7070 if (handlerUpdatePrimFlags != null)
7071 { 7071 {
7072 byte[] data = Pack.ToBytes(); 7072// byte[] data = Pack.ToBytes();
7073 // 46,47,48 are special positions within the packet 7073 // 46,47,48 are special positions within the packet
7074 // This may change so perhaps we need a better way 7074 // This may change so perhaps we need a better way
7075 // of storing this (OMV.FlagUpdatePacket.UsePhysics,etc?) 7075 // of storing this (OMV.FlagUpdatePacket.UsePhysics,etc?)