Fix RCS1077
This commit is contained in:
@@ -162,7 +162,7 @@ namespace OpenRA
|
||||
throw new YamlException(exceptionString);
|
||||
}
|
||||
|
||||
constructOrderCache = resolved.Select(r => r.Trait).ToList();
|
||||
constructOrderCache = resolved.ConvertAll(r => r.Trait);
|
||||
return constructOrderCache;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user