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; }
|
set { m_wearables[PANTS].ItemID = value; }
|
||||||
}
|
}
|
||||||
public LLUUID PantsAsset {
|
public LLUUID PantsAsset {
|
||||||
get { return m_wearables[BODY].AssetID; }
|
get { return m_wearables[PANTS].AssetID; }
|
||||||
set { m_wearables[BODY].AssetID = value; }
|
set { m_wearables[PANTS].AssetID = value; }
|
||||||
}
|
}
|
||||||
public LLUUID ShoesItem {
|
public LLUUID ShoesItem {
|
||||||
get { return m_wearables[SHOES].ItemID; }
|
get { return m_wearables[SHOES].ItemID; }
|
||||||
|
|
Loading…
Reference in New Issue