Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 6a08666

Browse files
committed
Added a little debug for people to know if the updater update works i guess
1 parent ad8a063 commit 6a08666

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Controller Input Display/Updater/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ class Program
4242
public static Process ParentProcess = null;
4343
static void Main(string[] args)
4444
{
45+
Console.WriteLine("Controller Input Display - Updater 1.0");
46+
Console.WriteLine();
47+
4548
foreach (string arg in args)
4649
{
4750
if (arg.StartsWith("-v:\'"))

0 commit comments

Comments
 (0)