From 810f2bd0fbd8d8cb16bcffb7efec72be88772af9 Mon Sep 17 00:00:00 2001 From: kqnori <96951674+kqnori@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:57:02 +0200 Subject: [PATCH] Remove unnecessary if statement fixed cuz it was broken --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index ebace19..b5748eb 100644 --- a/Program.cs +++ b/Program.cs @@ -34,7 +34,6 @@ if (!Directory.Exists(tarGamePath)) { Directory.CreateDirectory(tarGamePath); } -if if (args[0].EndsWith(".exe")) {