Fix CA1852
This commit is contained in:
committed by
Pavel Penev
parent
277699cbd5
commit
f4af5c1764
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
using YamlFileSet = List<(IReadWritePackage, string, List<MiniYamlNode>)>;
|
||||
|
||||
class UpdateModCommand : IUtilityCommand
|
||||
sealed class UpdateModCommand : IUtilityCommand
|
||||
{
|
||||
string IUtilityCommand.Name => "--update-mod";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user