Merge pull request #11705 from abcdefg30/descMO

Fix the Desc of MapOptionsInfo
This commit is contained in:
Matthias Mailänder
2016-07-24 21:25:26 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Controls the map difficulty, tech level, and short game lobby options.")]
[Desc("Controls the game speed, tech level, and short game lobby options.")]
public class MapOptionsInfo : ITraitInfo, ILobbyOptions
{
[Desc("Default value of the short game checkbox in the lobby.")]