mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Missed a single reference...
This commit is contained in:
@@ -39,7 +39,7 @@ namespace SabreTools
|
|||||||
|
|
||||||
Console.Clear();
|
Console.Clear();
|
||||||
Console.SetBufferSize(Console.BufferWidth, 999);
|
Console.SetBufferSize(Console.BufferWidth, 999);
|
||||||
Console.Title = "DATabase " + _version;
|
Console.Title = "DATabase " + Build.Version;
|
||||||
|
|
||||||
// If there's no arguments, show the menu
|
// If there's no arguments, show the menu
|
||||||
if (args.Length == 0)
|
if (args.Length == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user