aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie Thielker2015-03-10 01:04:04 +0100
committerMelanie Thielker2015-03-10 01:04:04 +0100
commitb5ac2eb1e1806a826d1c63608641cd7892d4e888 (patch)
tree0f4e2f585afa76b1218c6dd34861269cd97d129d /OpenSim/Framework
parentFix content type checking to confirm to newer core versions (diff)
downloadopensim-SC_OLD-b5ac2eb1e1806a826d1c63608641cd7892d4e888.zip
opensim-SC_OLD-b5ac2eb1e1806a826d1c63608641cd7892d4e888.tar.gz
opensim-SC_OLD-b5ac2eb1e1806a826d1c63608641cd7892d4e888.tar.bz2
opensim-SC_OLD-b5ac2eb1e1806a826d1c63608641cd7892d4e888.tar.xz
Allow setting the size of the wearables array from config, for core compatibility
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/AvatarWearable.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs
index 271c90f..0ba4e65 100644
--- a/OpenSim/Framework/AvatarWearable.cs
+++ b/OpenSim/Framework/AvatarWearable.cs
@@ -70,7 +70,7 @@ namespace OpenSim.Framework
70 70
71// public static readonly int MAX_WEARABLES = 15; 71// public static readonly int MAX_WEARABLES = 15;
72 public static readonly int PHYSICS = 15; 72 public static readonly int PHYSICS = 15;
73 public static readonly int MAX_WEARABLES = 16; 73 public static int MAX_WEARABLES = 16;
74 74
75 75
76 public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9"); 76 public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9");