mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Changed asset CreatorID to a string
This commit is contained in:
@@ -888,7 +888,7 @@ namespace OpenSim.Framework.Capabilities
|
||||
}
|
||||
|
||||
AssetBase asset;
|
||||
asset = new AssetBase(assetID, assetName, assType, m_agentID);
|
||||
asset = new AssetBase(assetID, assetName, assType, m_agentID.ToString());
|
||||
asset.Data = data;
|
||||
if (AddNewAsset != null)
|
||||
AddNewAsset(asset);
|
||||
|
||||
Reference in New Issue
Block a user