Try to not make avatars switch outfits
parent
48f6d47744
commit
63ffdcf53a
|
@ -221,9 +221,6 @@ namespace OpenSim.Framework
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (defaultWearables != null)
|
|
||||||
return defaultWearables;
|
|
||||||
|
|
||||||
defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these
|
defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these
|
||||||
for (int i = 0; i < MAX_WEARABLES; i++)
|
for (int i = 0; i < MAX_WEARABLES; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue