Remove unnecessary if statement
fixed cuz it was broken
This commit is contained in:
@@ -34,7 +34,6 @@ if (!Directory.Exists(tarGamePath))
|
||||
{
|
||||
Directory.CreateDirectory(tarGamePath);
|
||||
}
|
||||
if
|
||||
|
||||
if (args[0].EndsWith(".exe"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user