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:
parent
9780ac7eb4
commit
b582175a06
@ -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;
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user