this class should not be public

This commit is contained in:
Matthias Mailänder
2016-01-10 15:14:24 +01:00
parent 3de5e7fea1
commit 0d497c6a16

View File

@@ -12,7 +12,7 @@ using System;
namespace OpenRA.Mods.Common.UtilityCommands
{
public class GetMapHashCommand : IUtilityCommand
class GetMapHashCommand : IUtilityCommand
{
public string Name { get { return "--map-hash"; } }