Fix CA2249, CA2251
This commit is contained in:
committed by
Matthias Mailänder
parent
285443f10f
commit
169c60883b
@@ -491,7 +491,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
|
||||
public void Do()
|
||||
{
|
||||
actor = editorActorLayer[actorId.ToLowerInvariant()];
|
||||
actor = editorActorLayer[actorId];
|
||||
foreach (var editorActionHandle in handles)
|
||||
editorActionHandle.Do(actor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user