mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Initialize InventoryItemBase.creatorData properly. Could throw.
This commit is contained in:
@@ -117,7 +117,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
protected UUID m_creatorIdAsUuid = UUID.Zero;
|
||||
|
||||
protected string m_creatorData;
|
||||
protected string m_creatorData = string.Empty;
|
||||
public string CreatorData // = <profile url>;<name>
|
||||
{
|
||||
get { return m_creatorData; }
|
||||
|
||||
Reference in New Issue
Block a user