Try to not make avatars switch outfits

viewer-2-initial-appearance
Melanie 2010-11-02 19:55:05 +00:00
parent 48f6d47744
commit 63ffdcf53a
1 changed files with 0 additions and 3 deletions

View File

@ -221,9 +221,6 @@ namespace OpenSim.Framework
{
get
{
if (defaultWearables != null)
return defaultWearables;
defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these
for (int i = 0; i < MAX_WEARABLES; i++)
{