diff --git a/AsyncRAT-C#/Server/Forms/Form1.cs b/AsyncRAT-C#/Server/Forms/Form1.cs index 6b797a80..a3598ed4 100644 --- a/AsyncRAT-C#/Server/Forms/Form1.cs +++ b/AsyncRAT-C#/Server/Forms/Form1.cs @@ -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"));