aboutsummaryrefslogtreecommitdiff
path: root/srcds-pkgs/depotdownloader-json/2_7/0003-thats-just-like-your-opinion-man.patch
blob: 120deaffd7d97d159da2abd33b65f82d1d8e2b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 32a548b19507c611ddec868f8665544a829a85b2 Mon Sep 17 00:00:00 2001
From: yuuko <yuuko@partyvan.io>
Date: Sun, 24 Nov 2024 00:59:09 -0800
Subject: [PATCH] thats just like your opinion man

---
 DepotDownloader/ProtoManifest.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DepotDownloader/ProtoManifest.cs b/DepotDownloader/ProtoManifest.cs
index ffb0420..6dc394a 100644
--- a/DepotDownloader/ProtoManifest.cs
+++ b/DepotDownloader/ProtoManifest.cs
@@ -25,6 +25,7 @@ namespace DepotDownloader
         public ProtoManifest(DepotManifest sourceManifest, ulong id) : this()
         {
             sourceManifest.Files.ForEach(f => Files.Add(new FileData(f)));
+            #pragma warning disable IDE0055
             Files.Sort((f1,f2) => f1.FileName.CompareTo(f2.FileName));
             ID = id;
             CreationTime = sourceManifest.CreationTime;
-- 
2.47.0