mirror of
https://github.com/SteamAutoCracks/DepotDownloaderMod.git
synced 2026-02-13 05:10:56 +01:00
Fix KeyValue issue when multiple duplicate children exist.
This commit is contained in:
@@ -273,7 +273,7 @@ namespace SteamKit2
|
||||
get
|
||||
{
|
||||
var child = this.Children
|
||||
.SingleOrDefault( c => string.Equals( c.Name, key, StringComparison.OrdinalIgnoreCase ) );
|
||||
.FirstOrDefault( c => string.Equals( c.Name, key, StringComparison.OrdinalIgnoreCase ) );
|
||||
|
||||
if ( child == null )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user