Skip to content

Commit

Permalink
remove origin (#31059)
Browse files Browse the repository at this point in the history
derotate origin
  • Loading branch information
Emisse authored Aug 15, 2024
1 parent a17498e commit af2ee4a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 201,787 deletions.
2 changes: 1 addition & 1 deletion Content.Benchmarks/MapLoadBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task Cleanup()
PoolManager.Shutdown();
}

public static readonly string[] MapsSource = { "Empty", "Satlern", "Box", "Bagel", "Dev", "CentComm", "Core", "TestTeg", "Packed", "Omega", "Reach", "Origin", "Meta", "Marathon", "MeteorArena", "Fland", "Oasis", "Cog" };
public static readonly string[] MapsSource = { "Empty", "Satlern", "Box", "Bagel", "Dev", "CentComm", "Core", "TestTeg", "Packed", "Omega", "Reach", "Meta", "Marathon", "MeteorArena", "Fland", "Oasis", "Cog" };

[ParamsSource(nameof(MapsSource))]
public string Map;
Expand Down
1 change: 0 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public sealed class PostMapInitTest
"Packed",
"Omega",
"Bagel",
"Origin",
"CentComm",
"Box",
"Core",
Expand Down
Loading

0 comments on commit af2ee4a

Please sign in to comment.