Fix CA1822
This commit is contained in:
committed by
Pavel Penev
parent
e4cac1fffc
commit
277699cbd5
@@ -252,7 +252,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
void ConvertStartLengthFacings(string input)
|
||||
static void ConvertStartLengthFacings(string input)
|
||||
{
|
||||
var splitting = input.Split(',');
|
||||
if (splitting.Length >= 3)
|
||||
|
||||
Reference in New Issue
Block a user