Update Form1.cs
This commit is contained in:
parent
bb56311d71
commit
6fd641aea6
@ -53,12 +53,6 @@ namespace Server
|
||||
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"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user