diff options
author | UbitUmarov | 2014-08-07 23:33:48 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-07 23:33:48 +0100 |
commit | a8e49a45389a2b066c7c204ff79f0016ade3b535 (patch) | |
tree | a141a76a5159f1b9e91f87f602ec75bbade033ee /OpenSim | |
parent | add limites checks on wearables size, revert to max 15 for (diff) | |
download | opensim-SC-a8e49a45389a2b066c7c204ff79f0016ade3b535.zip opensim-SC-a8e49a45389a2b066c7c204ff79f0016ade3b535.tar.gz opensim-SC-a8e49a45389a2b066c7c204ff79f0016ade3b535.tar.bz2 opensim-SC-a8e49a45389a2b066c7c204ff79f0016ade3b535.tar.xz |
max 16 for testing
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/AvatarWearable.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs index 7d33abc..271c90f 100644 --- a/OpenSim/Framework/AvatarWearable.cs +++ b/OpenSim/Framework/AvatarWearable.cs | |||
@@ -67,10 +67,11 @@ namespace OpenSim.Framework | |||
67 | 67 | ||
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 | // public static readonly int PHYSICS = 15; | ||
71 | 70 | ||
72 | // public static readonly int MAX_WEARABLES = 16; | 71 | // public static readonly int MAX_WEARABLES = 15; |
73 | public static readonly int MAX_WEARABLES = 15; | 72 | public static readonly int PHYSICS = 15; |
73 | public static readonly int MAX_WEARABLES = 16; | ||
74 | |||
74 | 75 | ||
75 | 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"); |
76 | public static readonly UUID DEFAULT_BODY_ASSET = new UUID("66c41e39-38f9-f75a-024e-585989bfab73"); | 77 | public static readonly UUID DEFAULT_BODY_ASSET = new UUID("66c41e39-38f9-f75a-024e-585989bfab73"); |