From d3d0a29bcbe8951f6e26c9f281a87297c6efa645 Mon Sep 17 00:00:00 2001 From: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:41:45 +0100 Subject: [PATCH] correction --- Wabbajack.Compiler/CompilerSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack.Compiler/CompilerSettings.cs b/Wabbajack.Compiler/CompilerSettings.cs index 8dddaa71..57c97eff 100644 --- a/Wabbajack.Compiler/CompilerSettings.cs +++ b/Wabbajack.Compiler/CompilerSettings.cs @@ -64,7 +64,7 @@ public class CompilerSettings public RelativePath[] Include { get; set; } = Array.Empty(); /// - /// These files are inlined into the modlist + /// These files are ignored when compiling the modlist /// public RelativePath[] Ignore { get; set; } = Array.Empty();