mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Try to not make avatars switch outfits
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user