mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor update to invocation in ItemDictionary
This commit is contained in:
@@ -862,7 +862,8 @@ namespace SabreTools.DatFiles
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set the value in the key to the new set
|
// Set the value in the key to the new set
|
||||||
this[key] = newItems;
|
Remove(key);
|
||||||
|
Add(key, newItems);
|
||||||
|
|
||||||
#if NET40_OR_GREATER || NETCOREAPP
|
#if NET40_OR_GREATER || NETCOREAPP
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user