mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmerge
Conflicts: OpenSim/Region/CoreModules/Agent/AssetTransaction/AgentAssetsTransactions.cs
This commit is contained in:
@@ -169,6 +169,7 @@ namespace OpenSim.Framework
|
||||
get { return m_metadata.FullID; }
|
||||
set { m_metadata.FullID = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Asset MetaData ID (transferring from UUID to string ID)
|
||||
/// </summary>
|
||||
|
||||
@@ -225,6 +225,8 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public virtual void ResetAppearance()
|
||||
{
|
||||
// m_log.WarnFormat("[AVATAR APPEARANCE]: Reset appearance");
|
||||
|
||||
m_serial = 0;
|
||||
|
||||
SetDefaultTexture();
|
||||
|
||||
Reference in New Issue
Block a user