Fix gamemap name casing (#11474)

This commit is contained in:
metalgearsloth
2022-10-04 14:33:14 +11:00
committed by GitHub
parent 600c0e3255
commit b29eeb7c16
20 changed files with 40 additions and 40 deletions

View File

@@ -91,9 +91,9 @@ namespace Content.IntegrationTests.Tests
var mapNames = new List<string>();
var naughty = new HashSet<string>()
{
"empty",
"infiltrator",
"pirate",
"Empty",
"Infiltrator",
"Pirate",
};
foreach (var map in maps)