mirror of
https://github.com/opensim/opensim.git
synced 2026-06-25 15:55:46 +08:00
a few changes on assets store and exists return
This commit is contained in:
@@ -401,7 +401,7 @@ namespace OpenSim.Data.MySQL
|
||||
public bool[] AssetsExist(UUID[] uuids)
|
||||
{
|
||||
if (uuids.Length == 0)
|
||||
return new bool[0];
|
||||
return [];
|
||||
|
||||
HashSet<UUID> exists = new HashSet<UUID>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user