]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix benchmark (#40039)
authorPartmedia <kevinz5000@gmail.com>
Tue, 2 Sep 2025 22:55:38 +0000 (15:55 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Sep 2025 22:55:38 +0000 (00:55 +0200)
Content.Benchmarks/MapLoadBenchmark.cs

index de788234e5cf760b24467317072f067871c2868e..3d527953b8310363555266671913b94c0a0b3a60 100644 (file)
@@ -47,7 +47,7 @@ public class MapLoadBenchmark
         PoolManager.Shutdown();
     }
 
-    public static readonly string[] MapsSource = { "Empty", "Saltern", "Box", "Bagel", "Dev", "CentComm", "Core", "TestTeg", "Packed", "Omega", "Reach", "Meta", "Marathon", "MeteorArena", "Fland", "Oasis", "Convex"};
+    public static string[] MapsSource { get; } = { "Empty", "Saltern", "Box", "Bagel", "Dev", "CentComm", "Core", "TestTeg", "Packed", "Omega", "Reach", "Meta", "Marathon", "MeteorArena", "Fland", "Oasis", "Convex"};
 
     [ParamsSource(nameof(MapsSource))]
     public string Map;