Remove unnecessary if statement

fixed cuz it was broken
This commit is contained in:
kqnori
2026-06-28 11:57:02 +02:00
committed by GitHub
parent 9f44ed7c7e
commit 810f2bd0fb
-1
View File
@@ -34,7 +34,6 @@ if (!Directory.Exists(tarGamePath))
{ {
Directory.CreateDirectory(tarGamePath); Directory.CreateDirectory(tarGamePath);
} }
if
if (args[0].EndsWith(".exe")) if (args[0].EndsWith(".exe"))
{ {