Deprecate lockfile
This commit is contained in:
parent
5e9c8cfc89
commit
fc99995415
2 changed files with 2 additions and 5 deletions
|
@ -47,9 +47,6 @@ namespace Bot
|
|||
|
||||
public static unsafe void Main(string[] args)
|
||||
{
|
||||
if (File.Exists("Bot.lockfile")) Environment.Exit(0);
|
||||
|
||||
File.WriteAllText("Bot.lockfile", "1");
|
||||
Console.WriteLine("Setting up Main Configuration");
|
||||
Log = new Logger("BotCore5");
|
||||
BotSession.Instance.Logger = Log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue