Fix IDE0057
This commit is contained in:
committed by
Pavel Penev
parent
5254348819
commit
023d80b94d
@@ -104,7 +104,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
|
||||
string GetName(string key)
|
||||
{
|
||||
return key.Substring(prefix.Length);
|
||||
return key[prefix.Length..];
|
||||
}
|
||||
|
||||
public void PrerequisitesAvailable(string key)
|
||||
|
||||
Reference in New Issue
Block a user