aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 746814d..31c2df7 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -69,7 +69,7 @@ namespace OpenSim.Framework
69 Slam = (1 << 3) | (1 << 4), 69 Slam = (1 << 3) | (1 << 4),
70 FoldedExport = 1 << 5, 70 FoldedExport = 1 << 5,
71 71
72 FoldedMask = 0x0f, 72 FoldedMask = 0x027,
73 73
74 // 74 //
75 Transfer = 1 << 13, 75 Transfer = 1 << 13,