vs was wrong..

This commit is contained in:
UbitUmarov
2023-02-24 15:46:29 +00:00
parent 52359ecfc7
commit 08c0416dae

View File

@@ -1096,7 +1096,7 @@ namespace OpenSim.Region.Framework.Scenes
/// <summary>
/// Create a new asset data structure.
/// </summary>
public static AssetBase CreateAsset(string name, string description, sbyte assetType, byte[] data, UUID creatorID)
public AssetBase CreateAsset(string name, string description, sbyte assetType, byte[] data, UUID creatorID)
{
return new AssetBase(UUID.Random(), name, assetType, creatorID.ToString())
{