Fix RCS1257, RCS1258, RCS1261, RCS1262, RCS1265, RCS1266, RCS1267
This commit is contained in:
committed by
Gustas Kažukauskas
parent
a324af1afd
commit
1b2c119b58
@@ -152,7 +152,7 @@ namespace OpenRA
|
||||
if (actions == null)
|
||||
return;
|
||||
|
||||
var keys = actions.Keys.OrderBy(x => x);
|
||||
var keys = actions.Keys.Order();
|
||||
|
||||
foreach (var key in keys)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user