From 90c3292637bca07e9ff3730feb36cea772c1fc87 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 2 Aug 2020 13:51:21 -0700 Subject: [PATCH] Level split needs a warning --- SabreTools/Features/Split.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreTools/Features/Split.cs b/SabreTools/Features/Split.cs index 77a356a4..5e76a39f 100644 --- a/SabreTools/Features/Split.cs +++ b/SabreTools/Features/Split.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; +using SabreTools.Library.Data; using SabreTools.Library.DatFiles; using SabreTools.Library.Help; using SabreTools.Library.IO; @@ -73,6 +74,7 @@ namespace SabreTools.Features // Level splitting if (splittingMode.HasFlag(SplittingMode.Level)) { + Globals.Logger.Warning("This feature is not implemented: level-split"); internalDat.SplitByLevel( OutputDir, GetBoolean(features, ShortValue),