This commit is contained in:
cinder
2022-11-16 08:39:23 -06:00
parent 30e8d06c11
commit 2ea047d3d8
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ public class ClientAO : ProxyPlugin
public void RequestFolderContents(UUID folder, bool folders, bool items,
InventorySortOrder order)
{
//empty the dictionnary containing current folder items by name
//empty the dictionary containing current folder items by name
currentFolderItems = new Dictionary<string, InventoryItem>();
//reset the number of descendants received
nbdescendantsreceived = 0;