Fix CA1305
This commit is contained in:
committed by
Matthias Mailänder
parent
486a07602b
commit
d83e579dfe
@@ -196,7 +196,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
var sb = new StringBuilder();
|
||||
for (var i = 1; ; i++)
|
||||
{
|
||||
var line = mapPackSection.GetValue(i.ToString(), null);
|
||||
var line = mapPackSection.GetValue(i.ToStringInvariant(), null);
|
||||
if (line == null)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user