aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 352de27..eaabdd5 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -54,7 +54,10 @@ namespace OpenSim.Region.Environment.Scenes
54 TEXTURE = 16, 54 TEXTURE = 16,
55 LINK = 32, 55 LINK = 32,
56 ALLOWED_DROP = 64, 56 ALLOWED_DROP = 64,
57 OWNER = 128 57 OWNER = 128,
58 REGION_RESTART = 256,
59 REGION = 512,
60 TELEPORT = 1024
58 } 61 }
59 62
60 // I don't really know where to put this except here. 63 // I don't really know where to put this except here.