Remove our own ReadOnlyDictionary and update usages
This commit is contained in:
@@ -125,7 +125,7 @@ namespace OpenRA.Graphics
|
||||
}
|
||||
}
|
||||
|
||||
return new ReadOnlyDictionary<string, UnitSequences>(items);
|
||||
return items;
|
||||
}
|
||||
|
||||
public void Preload()
|
||||
|
||||
Reference in New Issue
Block a user