aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 0563f6b..2635a23 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -65,7 +65,7 @@ namespace OpenSim.Framework
65 Task = 4, 65 Task = 4,
66 Texture = 5, 66 Texture = 5,
67 Asset = 6, 67 Asset = 6,
68 Unknown = 7, 68 Unknown = 7, // Also doubles as 'do not throttle'
69 Back = 8 69 Back = 8
70 } 70 }
71 71