diff options
author | UbitUmarov | 2012-04-26 18:24:36 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-26 18:24:36 +0100 |
commit | fc576df273e41b47ff66b4bb503b9f86ded96cdb (patch) | |
tree | 5d9857770b90d5dfc0c813135d1c3d35bd34130e /OpenSim | |
parent | add wearable type PHYSICS (diff) | |
download | opensim-SC_OLD-fc576df273e41b47ff66b4bb503b9f86ded96cdb.zip opensim-SC_OLD-fc576df273e41b47ff66b4bb503b9f86ded96cdb.tar.gz opensim-SC_OLD-fc576df273e41b47ff66b4bb503b9f86ded96cdb.tar.bz2 opensim-SC_OLD-fc576df273e41b47ff66b4bb503b9f86ded96cdb.tar.xz |
revert last add commit
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/AvatarWearable.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs index 382fc6c..aee295a 100644 --- a/OpenSim/Framework/AvatarWearable.cs +++ b/OpenSim/Framework/AvatarWearable.cs | |||
@@ -67,9 +67,10 @@ 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; | 70 | // public static readonly int PHYSICS = 15; |
71 | 71 | ||
72 | public static readonly int MAX_WEARABLES = 16; | 72 | // public static readonly int MAX_WEARABLES = 16; |
73 | public static readonly int MAX_WEARABLES = 15; | ||
73 | 74 | ||
74 | public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9"); | 75 | public static readonly UUID DEFAULT_BODY_ITEM = new UUID("66c41e39-38f9-f75a-024e-585989bfaba9"); |
75 | public static readonly UUID DEFAULT_BODY_ASSET = new UUID("66c41e39-38f9-f75a-024e-585989bfab73"); | 76 | public static readonly UUID DEFAULT_BODY_ASSET = new UUID("66c41e39-38f9-f75a-024e-585989bfab73"); |