mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Establish InventoryArchiveSaved event for unit tests
* This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Framework
|
||||
get { return m_name; }
|
||||
set { m_name = value; }
|
||||
}
|
||||
private string m_name;
|
||||
private string m_name = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// A UUID containing the ID for the inventory node itself
|
||||
|
||||
Reference in New Issue
Block a user