a few changes on assets store and exists return

This commit is contained in:
UbitUmarov
2026-06-19 22:47:12 +01:00
parent 7130e30483
commit effb5784c1
9 changed files with 21 additions and 26 deletions

View File

@@ -253,7 +253,7 @@ namespace OpenSim.Data.MySQL
public override bool[] AssetsExist(UUID[] uuids)
{
if (uuids.Length == 0)
return new bool[0];
return [];
HashSet<UUID> exist = new HashSet<UUID>();