Deprecate lockfile

This commit is contained in:
Zontreck 2020-06-21 23:37:51 -07:00
parent 5e9c8cfc89
commit fc99995415
2 changed files with 2 additions and 5 deletions

View file

@ -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;