1
0
mirror of https://github.com/Raymonf/whack.git synced 2024-11-24 00:20:10 +01:00

New line after override mode line

(and remove a useless comment block)
This commit is contained in:
Raymonf 2022-11-10 17:01:14 -05:00
parent 9780ac7eb4
commit b582175a06
No known key found for this signature in database
GPG Key ID: 438459BF619B037A
2 changed files with 1 additions and 8 deletions

View File

@ -103,7 +103,7 @@ while (true)
}
else
{
Console.Write("! Override mode is on: using original Message directory.");
Console.WriteLine("! Override mode is on: using original Message directory.");
assetFolder = basePath;
outputFolder = basePath;
}

View File

@ -23,13 +23,6 @@ public class Table
};
}
/// <summary>
/// Returns the prop
/// </summary>
/// <param name="entry"></param>
/// <param name="language"></param>
/// <returns></returns>
/// <exception cref="Exception"></exception>
public static int GetMessageIndex(StructPropertyData entry, Language language)
{
switch (language)