mirror of
https://github.com/opensim/opensim.git
synced 2026-06-21 04:55:37 +08:00
a few changes on assets store and exists return
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user