increment version
This commit is contained in:
parent
1e9d6b70e2
commit
8835e0cf8b
2 changed files with 7 additions and 2 deletions
|
@ -48,6 +48,11 @@ namespace Bot
|
|||
public static unsafe void Main(string[] args)
|
||||
{
|
||||
File.WriteAllText("PID.lock", Process.GetCurrentProcess().Id.ToString());
|
||||
if (!Directory.Exists("BotData")) Directory.CreateDirectory("BotData");
|
||||
Directory.SetCurrentDirectory("BotData");
|
||||
|
||||
|
||||
|
||||
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