summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-07 18:47:28 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-07 18:47:28 -0400
commit52758e4e43ad60e7b9e69d00cf4a75d1515277fe (patch)
tree1074f5dd3437060dcff5079623e80ee23a575426 /src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs
parent8263a4406be34b438d295220b99c48502a6636bd (diff)
downloadSMAPI-52758e4e43ad60e7b9e69d00cf4a75d1515277fe.tar.gz
SMAPI-52758e4e43ad60e7b9e69d00cf4a75d1515277fe.tar.bz2
SMAPI-52758e4e43ad60e7b9e69d00cf4a75d1515277fe.zip
fix build error with Stardew Valley 1.5.4
Diffstat (limited to 'src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs')
-rw-r--r--src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs b/src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs
index 6fcc3b18..44ebf297 100644
--- a/src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs
+++ b/src/SMAPI.Toolkit/Framework/Clients/Wiki/ChangeDescriptor.cs
@@ -2,7 +2,6 @@ using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
-using System.Text;
namespace StardewModdingAPI.Toolkit.Framework.Clients.Wiki
{
@@ -180,7 +179,7 @@ namespace StardewModdingAPI.Toolkit.Framework.Clients.Wiki
errors = rawErrors.ToArray();
}
else
- errors = Array.Empty<string>();
+ errors = new string[0];
// build model
return new ChangeDescriptor(