mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Add header to redirect gate
This commit is contained in:
@@ -45,6 +45,7 @@ namespace SabreTools
|
||||
if (!Console.IsOutputRedirected && scriptLocation == -1)
|
||||
{
|
||||
Console.Clear();
|
||||
Build.Start("SabreTools");
|
||||
}
|
||||
|
||||
// Now we remove the script tag because it messes things up
|
||||
@@ -55,8 +56,6 @@ namespace SabreTools
|
||||
args = newargs.ToArray();
|
||||
}
|
||||
|
||||
Build.Start("SabreTools");
|
||||
|
||||
// Credits take precidence over all
|
||||
if ((new List<string>(args)).Contains("--credits"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user