Fix RCS1257, RCS1258, RCS1261, RCS1262, RCS1265, RCS1266, RCS1267
This commit is contained in:
committed by
Gustas Kažukauskas
parent
a324af1afd
commit
1b2c119b58
@@ -54,7 +54,7 @@ namespace OpenRA.Mods.Common.Commands
|
||||
{
|
||||
TextNotificationsManager.Debug(FluentProvider.GetMessage(AvailableCommands));
|
||||
|
||||
foreach (var key in console.Commands.Keys.OrderBy(k => k))
|
||||
foreach (var key in console.Commands.Keys.Order())
|
||||
{
|
||||
if (!helpDescriptions.TryGetValue(key, out var description))
|
||||
description = FluentProvider.GetMessage(NoDescription);
|
||||
|
||||
Reference in New Issue
Block a user