aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 05adf22..2c82d97 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -62,7 +62,9 @@ namespace OpenSim.Framework
62 Cloud = 3, 62 Cloud = 3,
63 Task = 4, 63 Task = 4,
64 Texture = 5, 64 Texture = 5,
65 Asset = 6 65 Asset = 6,
66 Unknown = 7,
67 Back = 8
66 } 68 }
67 69
68 /// <summary> 70 /// <summary>