cosmetics

This commit is contained in:
UbitUmarov
2026-04-26 21:58:41 +01:00
parent ef8a36b40c
commit b713c3047e
4 changed files with 173 additions and 177 deletions

View File

@@ -528,7 +528,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
// Create a new asset for user
AssetBase asset = new AssetBase(
UUID.Random(), "DynamicImage" + Util.RandomClass.Next(1, 10000), (sbyte)AssetType.Texture,
UUID.Random(), "DynamicImage" + Random.Shared.Next(1, 10000), (sbyte)AssetType.Texture,
part.OwnerID.ToString());
asset.Data = assetData;
asset.Description = string.Format("URL image : {0}", Url);

View File

@@ -253,7 +253,6 @@ namespace OpenSim.Region.Framework.Scenes
}
}
m_hasGroupChanged = value;
//m_log.DebugFormat(
// "[SCENE OBJECT GROUP]: HasGroupChanged set to {0} for {1} {2}", m_hasGroupChanged, Name, LocalId);
}