diff options
author | Teravus Ovares (Dan Olivares) | 2010-10-30 02:07:27 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-10-30 02:07:27 -0400 |
commit | 37e6de5ace43a8efc9d06cfaca168495b2aeab83 (patch) | |
tree | 8b63bc97020d0bef19818506fbe863ddd21b0013 /OpenSim/Framework/AvatarAppearance.cs | |
parent | * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. (diff) | |
parent | On first login, Ruth is back now. Strangely, inventory items are created for (diff) | |
download | opensim-SC_OLD-37e6de5ace43a8efc9d06cfaca168495b2aeab83.zip opensim-SC_OLD-37e6de5ace43a8efc9d06cfaca168495b2aeab83.tar.gz opensim-SC_OLD-37e6de5ace43a8efc9d06cfaca168495b2aeab83.tar.bz2 opensim-SC_OLD-37e6de5ace43a8efc9d06cfaca168495b2aeab83.tar.xz |
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/AvatarAppearance.cs')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index 1e003f7..f0d8335 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -111,10 +111,6 @@ namespace OpenSim.Framework | |||
111 | SetDefaultParams(); | 111 | SetDefaultParams(); |
112 | SetHeight(); | 112 | SetHeight(); |
113 | 113 | ||
114 | m_wearables = new AvatarWearable[AvatarWearable.MAX_WEARABLES]; | ||
115 | for (int i = 0 ; i < AvatarWearable.MAX_WEARABLES ; i++ ) | ||
116 | m_wearables[i] = new AvatarWearable(); | ||
117 | |||
118 | m_attachments = new Dictionary<int, List<AvatarAttachment>>(); | 114 | m_attachments = new Dictionary<int, List<AvatarAttachment>>(); |
119 | } | 115 | } |
120 | 116 | ||