fix a constant that meant pants still weren't working. now
you really can have pants.0.6.0-stable
parent
d1c4fc94e7
commit
29fb93d243
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue