Skip to content

Commit

Permalink
Update Form1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrotication committed Sep 15, 2019
1 parent bb56311 commit 6fd641a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions AsyncRAT-C#/Server/Forms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ private void CheckFiles()
Environment.Exit(0);
}

if (!File.Exists(Path.Combine(Application.StartupPath, "cGeoIp.dll")))
{
MessageBox.Show("File 'cGeoIp.dll' Not Found!");
Environment.Exit(0);
}

if (!Directory.Exists(Path.Combine(Application.StartupPath, "Stub")))
Directory.CreateDirectory(Path.Combine(Application.StartupPath, "Stub"));

Expand Down

0 comments on commit 6fd641a

Please sign in to comment.