mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
appearance now survives logout. Tommorrow will involve moving
the MSSQL and MYSQL mappers back in under datastores and looking at doing gid bits for this
This commit is contained in:
@@ -293,6 +293,16 @@ namespace OpenSim.Framework
|
||||
return textu;
|
||||
}
|
||||
|
||||
public override String ToString()
|
||||
{
|
||||
String s = "[Wearables] =>";
|
||||
s += "Body Item: " + BodyItem.ToString() + ";";
|
||||
s += "Skin Item: " + SkinItem.ToString() + ";";
|
||||
s += "Shirt Item: " + ShirtItem.ToString() + ";";
|
||||
s += "Pants Item: " + PantsItem.ToString() + ";";
|
||||
return s;
|
||||
}
|
||||
|
||||
protected AvatarAppearance(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
//System.Console.WriteLine("AvatarAppearance Deserialize BGN");
|
||||
|
||||
Reference in New Issue
Block a user