Try to not make avatars switch outfits

This commit is contained in:
Melanie
2010-11-02 19:55:05 +00:00
parent 48f6d47744
commit 63ffdcf53a

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++)
{