diff options
author | UbitUmarov | 2015-09-15 16:48:04 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-15 16:48:04 +0100 |
commit | 42954349e475ccf853c4bf78177490fef93f0e06 (patch) | |
tree | b24ae018bd19df0d17854430e286744b626e2557 /OpenSim/Framework | |
parent | remove redundant using(){} (diff) | |
download | opensim-SC_OLD-42954349e475ccf853c4bf78177490fef93f0e06.zip opensim-SC_OLD-42954349e475ccf853c4bf78177490fef93f0e06.tar.gz opensim-SC_OLD-42954349e475ccf853c4bf78177490fef93f0e06.tar.bz2 opensim-SC_OLD-42954349e475ccf853c4bf78177490fef93f0e06.tar.xz |
temporary reduce maxwearables, so teleport testing can be performed before other regions get updated
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarWearable.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs index 0ba4e65..e662d5f 100644 --- a/OpenSim/Framework/AvatarWearable.cs +++ b/OpenSim/Framework/AvatarWearable.cs | |||
@@ -68,9 +68,9 @@ namespace OpenSim.Framework | |||
68 | public static readonly int ALPHA = 13; | 68 | public static readonly int ALPHA = 13; |
69 | public static readonly int TATTOO = 14; | 69 | public static readonly int TATTOO = 14; |
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 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"); |