fix a constant that meant pants still weren't working. now

you really can have pants.
0.6.0-stable
Sean Dague 2008-05-19 21:24:39 +00:00
parent d1c4fc94e7
commit 29fb93d243
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ namespace OpenSim.Framework
set { m_wearables[PANTS].ItemID = value; }
}
public LLUUID PantsAsset {
get { return m_wearables[BODY].AssetID; }
set { m_wearables[BODY].AssetID = value; }
get { return m_wearables[PANTS].AssetID; }
set { m_wearables[PANTS].AssetID = value; }
}
public LLUUID ShoesItem {
get { return m_wearables[SHOES].ItemID; }