mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Should now have version 0.1 of our new ruth default avatar. At the moment, you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon.
We also need better clothing for the new ruth and to edit the body shape. To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
This commit is contained in:
@@ -46,7 +46,11 @@ namespace OpenSim.Framework.Data
|
||||
/// <summary>
|
||||
/// This is an enumerated value determining the type of asset (eg Notecard, Sound, Object, etc)
|
||||
/// </summary>
|
||||
public int type;
|
||||
public int assetType;
|
||||
/// <summary>
|
||||
/// The type of inventory item. (Can be slightly different to the asset type
|
||||
/// </summary>
|
||||
public int invType;
|
||||
/// <summary>
|
||||
/// The folder this item is contained in
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user