diff options
author | UbitUmarov | 2014-08-08 01:39:19 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-08 01:39:19 +0100 |
commit | 998e3d435ae70536c386ab4a6337644da57a12b5 (patch) | |
tree | e91d563a07916bc745400e8f0392b524ec9ffb2f /OpenSim | |
parent | Merge branch 'master' into ubitworkmaster (diff) | |
download | opensim-SC-998e3d435ae70536c386ab4a6337644da57a12b5.zip opensim-SC-998e3d435ae70536c386ab4a6337644da57a12b5.tar.gz opensim-SC-998e3d435ae70536c386ab4a6337644da57a12b5.tar.bz2 opensim-SC-998e3d435ae70536c386ab4a6337644da57a12b5.tar.xz |
DANGER back to right current max number of wearables ( TP out of regions
with this may kill old regions)
Diffstat (limited to 'OpenSim')
-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 2d411e3..271c90f 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 readonly int MAX_WEARABLES = 16; | 73 | public static readonly 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"); |