]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixes maploadbenchmark typo (#37981)
authorK-Dynamic <20566341+K-Dynamic@users.noreply.github.com>
Sun, 1 Jun 2025 07:55:42 +0000 (19:55 +1200)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 07:55:42 +0000 (09:55 +0200)
fixes typo

Content.Benchmarks/MapLoadBenchmark.cs

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