aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2010-11-02 19:55:05 +0000
committerMelanie2010-11-02 19:55:05 +0000
commit63ffdcf53a9b8a53df5eb8322c9c98afb7c1afb0 (patch)
treeb010f84e4a0009ab78eac06d5071c538e7812124
parentFixed: ToAvatarAppearance wasn't retrieving the AvatarHeight. (diff)
downloadopensim-SC_OLD-63ffdcf53a9b8a53df5eb8322c9c98afb7c1afb0.zip
opensim-SC_OLD-63ffdcf53a9b8a53df5eb8322c9c98afb7c1afb0.tar.gz
opensim-SC_OLD-63ffdcf53a9b8a53df5eb8322c9c98afb7c1afb0.tar.bz2
opensim-SC_OLD-63ffdcf53a9b8a53df5eb8322c9c98afb7c1afb0.tar.xz
Try to not make avatars switch outfits
-rw-r--r--OpenSim/Framework/AvatarWearable.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs
index efec50b..0809ab6 100644
--- a/OpenSim/Framework/AvatarWearable.cs
+++ b/OpenSim/Framework/AvatarWearable.cs
@@ -221,9 +221,6 @@ namespace OpenSim.Framework
221 { 221 {
222 get 222 get
223 { 223 {
224 if (defaultWearables != null)
225 return defaultWearables;
226
227 defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these 224 defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these
228 for (int i = 0; i < MAX_WEARABLES; i++) 225 for (int i = 0; i < MAX_WEARABLES; i++)
229 { 226 {