mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Resolve bug where save oar would never complete if any assets were missing
This commit is contained in:
@@ -150,6 +150,11 @@ namespace OpenSim.Framework
|
||||
get { return m_metadata; }
|
||||
set { m_metadata = value; }
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return FullID.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
public class AssetMetadata
|
||||
|
||||
Reference in New Issue
Block a user