Fix IDE0090
This commit is contained in:
@@ -91,8 +91,8 @@ namespace OpenRA.Network
|
||||
{
|
||||
var root = new List<MiniYamlNode>
|
||||
{
|
||||
new MiniYamlNode("Protocol", ProtocolVersion.ToStringInvariant()),
|
||||
new MiniYamlNode("Key", key)
|
||||
new("Protocol", ProtocolVersion.ToStringInvariant()),
|
||||
new("Key", key)
|
||||
};
|
||||
|
||||
if (arguments != null)
|
||||
|
||||
Reference in New Issue
Block a user