mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Fixes mantis #4691
This commit is contained in:
@@ -386,7 +386,7 @@ namespace OpenSim.Services.InventoryService
|
||||
XInventoryItem[] items = m_Database.GetActiveGestures(principalID);
|
||||
|
||||
if (items.Length == 0)
|
||||
return null;
|
||||
return new List<InventoryItemBase>();
|
||||
|
||||
List<InventoryItemBase> ret = new List<InventoryItemBase>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user