Skip to content

Commit aa63ed0

Browse files
fix: typo
1 parent f7b28a6 commit aa63ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetcodePatcher.Build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public sealed class GatherConstantsTask : AsyncFrostingTask<BuildContext>
9292
{
9393
public IEnumerable<string> ComputeUnityVersionConstants(BuildContext ctx)
9494
{
95-
if (ctx.UnityVersion < UnityVersion.Parse("2021.1.0"))
95+
if (ctx.UnityVersion < UnityVersion.Parse("2020.1.0"))
9696
throw new ArgumentOutOfRangeException(nameof(UnityVersion), "Unity version must be >=2020.1.0.");
9797

9898
var versionConstants = new LinkedList<string>();

0 commit comments

Comments
 (0)